pnpm
pnpm copied to clipboard
feat(plugin-outdated): add alias out
similar to how the update command has up as alias, adding out as alias to outdated
💖 Thanks for opening this pull request! 💖 Please be patient and we will get back to you as soon as we can.
We only use aliases that are used by npm cli. There no such alias in npm https://docs.npmjs.com/cli/v8/commands/npm-outdated
We only use aliases that are used by npm cli. There no such alias in npm https://docs.npmjs.com/cli/v8/commands/npm-outdated
Yeah, I see, I have been using npm out for so long that I assumed is an alias, but just noticed I have the same effect using npm ou or npm outd, looks like with just a subset is enough
I see now why it works, I noticed on cmd-list.js from npm uses abrev-js