mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-31 13:32:18 -04:00
feat(pnpm): add show alias to pnpm view (#5835)
This commit is contained in:
5
.changeset/red-planets-prove.md
Normal file
5
.changeset/red-planets-prove.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"pnpm": minor
|
||||
---
|
||||
|
||||
Add show alias to `pnpm view` [#5835](https://github.com/pnpm/pnpm/pull/5835).
|
||||
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user