fix: add --before param to command help output · npm/cli@280817a · GitHub
Skip to content

Commit 280817a

Browse files
committed
fix: add --before param to command help output
1 parent 6e47325 commit 280817a

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

lib/commands/install.js

Lines changed: 1 addition & 0 deletions

lib/commands/outdated.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class Outdated extends ArboristWorkspaceCmd {
3030
'parseable',
3131
'global',
3232
'workspace',
33+
'before',
3334
]
3435

3536
#tree

lib/commands/update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Update extends ArboristWorkspaceCmd {
2020
'foreground-scripts',
2121
'ignore-scripts',
2222
'audit',
23+
'before',
2324
'bin-links',
2425
'fund',
2526
'dry-run',

tap-snapshots/test/lib/docs.js.test.cjs

Lines changed: 13 additions & 5 deletions

0 commit comments

Comments
 (0)