diff options
author | npm CLI robot <npm-cli+bot@github.com> | 2022-11-07 13:02:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 18:02:05 +0000 |
commit | 14a9f77c7cf4d52ed222c156069f63a599f9004b (patch) | |
tree | 7f734aa6c0dcb60236161ef8708f6ecc16f450f1 /deps/npm/docs/content/commands/npm-help.md | |
parent | 06603c44a5b0e92b1a3591ace467ce9770bf9658 (diff) | |
download | node-new-14a9f77c7cf4d52ed222c156069f63a599f9004b.tar.gz |
deps: upgrade npm to 8.19.3
PR-URL: https://github.com/nodejs/node/pull/45322
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'deps/npm/docs/content/commands/npm-help.md')
-rw-r--r-- | deps/npm/docs/content/commands/npm-help.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/deps/npm/docs/content/commands/npm-help.md b/deps/npm/docs/content/commands/npm-help.md index 83c595db69..48af6da7fa 100644 --- a/deps/npm/docs/content/commands/npm-help.md +++ b/deps/npm/docs/content/commands/npm-help.md @@ -6,21 +6,12 @@ description: Get help on npm ### Synopsis -<!-- AUTOGENERATED USAGE DESCRIPTIONS START --> -<!-- automatically generated, do not edit manually --> -<!-- see lib/commands/help.js --> - ```bash npm help <term> [<terms..>] alias: hlep ``` -<!-- automatically generated, do not edit manually --> -<!-- see lib/commands/help.js --> - -<!-- AUTOGENERATED USAGE DESCRIPTIONS END --> - Note: This command is unaware of workspaces. ### Description @@ -34,9 +25,6 @@ topic, so unique matches are equivalent to specifying a topic name. ### Configuration -<!-- AUTOGENERATED CONFIG DESCRIPTIONS START --> -<!-- automatically generated, do not edit manually --> -<!-- see lib/utils/config/definitions.js --> #### `viewer` * Default: "man" on Posix, "browser" on Windows @@ -46,11 +34,6 @@ The program to use to view help content. Set to `"browser"` to view html help content in the default web browser. -<!-- automatically generated, do not edit manually --> -<!-- see lib/utils/config/definitions.js --> - -<!-- AUTOGENERATED CONFIG DESCRIPTIONS END --> - ### See Also * [npm](/commands/npm) |