node/deps/npm/man/man1/npm-help-search.1

46 lines
960 B
Groff
Raw Normal View History

.TH "NPM\-HELP\-SEARCH" "1" "May 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-help-search\fR \- Search npm help documentation
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
npm help\-search some search terms
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
This command will search the npm markdown documentation files for the
terms provided, and then list the results, sorted by relevance\.
.P
If only one result is found, then it will show that help topic\.
.P
If the argument to \fBnpm help\fR is not a known help topic, then it will
call \fBhelp\-search\fR\|\. It is rarely if ever necessary to call this
command directly\.
2014-09-25 05:41:07 +08:00
.SH CONFIGURATION
.SS long
.RS 0
.IP \(bu 2
Type: Boolean
2014-09-25 05:41:07 +08:00
.IP \(bu 2
Default false
2014-09-25 05:41:07 +08:00
.RE
.P
If true, the "long" flag will cause help\-search to output context around
where the terms were found in the documentation\.
.P
If false, then help\-search will just list out the help topics found\.
2014-09-25 05:41:07 +08:00
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help npm
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 faq
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help help
2014-09-25 05:41:07 +08:00
.RE