Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-05-20 00:57:39 +0300
committerisaacs <i@izs.me>2021-05-20 19:15:00 +0300
commit41099d3958d08f166313b7eb69b76458f8f9224c (patch)
treec4c099cad91412d3988464849fd02bec696b95e6 /tap-snapshots/test/lib/utils/npm-usage.js.test.cjs
parentec256a14aa6eb2bd59fd55dcc6a4bc0148662c4e (diff)
feat(explain): add workspaces support
- Add highlight style for workspaces items in human output - Add ability to filter results by workspace using `-w` config - Added tests and docs Fixes: https://github.com/npm/statusboard/issues/300 PR-URL: https://github.com/npm/cli/pull/3265 Credit: @ruyadorno Close: #3265 Reviewed-by: @isaacs
Diffstat (limited to 'tap-snapshots/test/lib/utils/npm-usage.js.test.cjs')
-rw-r--r--tap-snapshots/test/lib/utils/npm-usage.js.test.cjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-snapshots/test/lib/utils/npm-usage.js.test.cjs b/tap-snapshots/test/lib/utils/npm-usage.js.test.cjs
index 661deec26..585fc7e8b 100644
--- a/tap-snapshots/test/lib/utils/npm-usage.js.test.cjs
+++ b/tap-snapshots/test/lib/utils/npm-usage.js.test.cjs
@@ -430,7 +430,7 @@ All commands:
npm explain <folder | specifier>
Options:
- [--json]
+ [--json] [-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
alias: why