Skip to content

Commit

Permalink
feat(cli): support pnpm (rm, uninstall, un) aliases for removing pack…
Browse files Browse the repository at this point in the history
…ages (#126)
  • Loading branch information
danielwaltz authored Jun 28, 2024
1 parent 088096a commit b3d731d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ const main = defineCommand({
i: install,
add: install,
remove,
rm: remove,
uninstall: remove,
un: remove,
detect,
},
});
Expand Down

0 comments on commit b3d731d

Please sign in to comment.