summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-docs.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-docs.1')
-rw-r--r--deps/npm/man/man1/npm-docs.114
1 files changed, 9 insertions, 5 deletions
diff --git a/deps/npm/man/man1/npm-docs.1 b/deps/npm/man/man1/npm-docs.1
index b5dc52d220..460d6b2dfc 100644
--- a/deps/npm/man/man1/npm-docs.1
+++ b/deps/npm/man/man1/npm-docs.1
@@ -1,4 +1,4 @@
-.TH "NPM\-DOCS" "1" "August 2020" "" ""
+.TH "NPM\-DOCS" "1" "October 2020" "" ""
.SH "NAME"
\fBnpm-docs\fR \- Docs for a package in a web browser maybe
.SS Synopsis
@@ -6,9 +6,8 @@
.RS 2
.nf
npm docs [<pkgname> [<pkgname> \.\.\.]]
-npm docs \.
-npm home [<pkgname> [<pkgname> \.\.\.]]
-npm home \.
+
+aliases: home
.fi
.RE
.SS Description
@@ -24,11 +23,16 @@ the current folder and use the \fBname\fP property\.
.IP \(bu 2
Default: OS X: \fB"open"\fP, Windows: \fB"start"\fP, Others: \fB"xdg\-open"\fP
.IP \(bu 2
-Type: String
+Type: String or Boolean
.RE
.P
The browser that is called by the \fBnpm docs\fP command to open websites\.
+.P
+Set to \fBfalse\fP to suppress browser behavior and instead print urls to
+terminal\.
+.P
+Set to \fBtrue\fP to use default system URL opener\.
.SS registry
.RS 0
.IP \(bu 2