fix(docs): ls command usage instructions · npm/cli@993df30 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 993df30
authored and
committed
File tree
3 files changed
lines changed
3 files changed
lines changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -36,7 +36,7 @@ class LS extends ArboristWorkspaceCmd { | ||
| 36 | 36 | |
| 37 | 37 | /* istanbul ignore next - see test/lib/load-all-commands.js */ |
| 38 | 38 | static get usage () { |
| 39 | -return ['npm ls [[<@scope>/] ...]'] | |
| 39 | +return ['[[<@scope>/] ...]'] | |
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /* istanbul ignore next - see test/lib/load-all-commands.js */ |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -583,7 +583,7 @@ npm ls | ||
| 583 | 583 | List installed packages |
| 584 | 584 | |
| 585 | 585 | Usage: |
| 586 | -npm ls npm ls [[<@scope>/] ...] | |
| 586 | +npm ls [[<@scope>/] ...] | |
| 587 | 587 | |
| 588 | 588 | Options: |
| 589 | 589 | [-a|--all] [--json] [-l |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -678,7 +678,7 @@ All commands: | ||
| 678 | 678 | List installed packages |
| 679 | 679 | |
| 680 | 680 | Usage: |
| 681 | - npm ls npm ls [[<@scope>/] ...] | |
| 681 | + npm ls [[<@scope>/] ...] | |
| 682 | 682 | |
| 683 | 683 | Options: |
| 684 | 684 | [-a|--all] [--json] [-l |