mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
5
.changeset/fifty-ears-sleep.md
Normal file
5
.changeset/fifty-ears-sleep.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-installation": minor
|
||||
---
|
||||
|
||||
`pnpm uni` is an alias of `pnpm uninstall`.
|
||||
@@ -119,7 +119,7 @@ For options that may be used with `-r`, see "pnpm help recursive"',
|
||||
|
||||
// Unlike npm, pnpm does not treat "r" as an alias of "remove".
|
||||
// This way we avoid the confusion about whether "pnpm r" means remove, run, or recursive.
|
||||
export const commandNames = ['remove', 'uninstall', 'rm', 'un']
|
||||
export const commandNames = ['remove', 'uninstall', 'rm', 'un', 'uni']
|
||||
|
||||
export const completion: CompletionFunc = async (cliOpts, params) => {
|
||||
return readDepNameCompletions(cliOpts.dir as string)
|
||||
|
||||
Reference in New Issue
Block a user