@@ -335,7 +335,7 @@ All commands:
335
335
npm docs [<pkgname> [<pkgname> ...]]
336
336
337
337
Options:
338
- [--browser|--browser <browser>] [-w|--workspace <workspace-name> [<workspace-name> ...]] [-ws|--workspaces]
338
+ [--browser|--browser <browser>] [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] [-ws|--workspaces]
339
339
340
340
alias: home
341
341
@@ -370,7 +370,7 @@ All commands:
370
370
npm exec --package=foo -c '<cmd> [args...]'
371
371
372
372
Options:
373
- [-w|--workspace <workspace-name> [<workspace-name> ...]] [-ws|--workspaces]
373
+ [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] [-ws|--workspaces]
374
374
375
375
alias: x
376
376
@@ -702,7 +702,7 @@ All commands:
702
702
npm repo [<pkgname> [<pkgname> ...]]
703
703
704
704
Options:
705
- [--browser|--browser <browser>] [-w|--workspace <workspace-name> [<workspace-name> ...]] [-ws|--workspaces]
705
+ [--browser|--browser <browser>] [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] [-ws|--workspaces]
706
706
707
707
Run "npm help repo" for more info
708
708
@@ -735,7 +735,7 @@ All commands:
735
735
npm run-script <command> [-- <args>]
736
736
737
737
Options:
738
- [-w|--workspace <workspace-name> [<workspace-name> ...]] [-ws|--workspaces]
738
+ [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] [-ws|--workspaces]
739
739
740
740
aliases: run, rum, urn
741
741
@@ -772,7 +772,7 @@ All commands:
772
772
npm set-script [<script>] [<command>]
773
773
774
774
Options:
775
- [-w|--workspace <workspace-name> [<workspace-name> ...]] [-ws|--workspaces]
775
+ [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] [-ws|--workspaces]
776
776
777
777
Run "npm help set-script" for more info
778
778
@@ -921,7 +921,7 @@ All commands:
921
921
npm view [<@scope>/]<pkg>[@<version>] [<field>[.subfield]...]
922
922
923
923
Options:
924
- [--json] [-w|--workspace <workspace-name> [<workspace-name> ...]] [-ws|--workspaces]
924
+ [--json] [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]] [-ws|--workspaces]
925
925
926
926
aliases: v, info, show
927
927
0 commit comments