Skip to content

Commit

Permalink
feat(pnpm): add show alias to pnpm view (#5835)
Browse files Browse the repository at this point in the history
  • Loading branch information
EastSun5566 committed Dec 25, 2022
1 parent 1d3995f commit 3e4b8fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-planets-prove.md
@@ -0,0 +1,5 @@
---
"pnpm": minor
---

Add show alias to `pnpm view` [#5835](https://github.com/pnpm/pnpm/pull/5835).
1 change: 1 addition & 0 deletions pnpm/src/pnpm.ts
Expand Up @@ -45,6 +45,7 @@ const argv = process.argv.slice(2)
case 'se':
case 'search':
case 'set-script':
case 'show':
case 'star':
case 'stars':
case 'team':
Expand Down

0 comments on commit 3e4b8fa

Please sign in to comment.