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:
Diffstat (limited to 'docs/content/commands/npm-prefix.md')
-rw-r--r--docs/content/commands/npm-prefix.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/content/commands/npm-prefix.md b/docs/content/commands/npm-prefix.md
index 276a9e9e6..39328bcc8 100644
--- a/docs/content/commands/npm-prefix.md
+++ b/docs/content/commands/npm-prefix.md
@@ -6,10 +6,19 @@ description: Display prefix
### Synopsis
+<!-- AUTOGENERATED USAGE DESCRIPTIONS START -->
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/prefix.js -->
+
```bash
npm prefix [-g]
```
+<!-- automatically generated, do not edit manually -->
+<!-- see lib/commands/prefix.js -->
+
+<!-- AUTOGENERATED USAGE DESCRIPTIONS END -->
+
Note: This command is unaware of workspaces.
### Description