| 123456789101112131415161718192021222324252627282930313233343536373839404142 | .TH "NPM\-HELP\-SEARCH" "1" "August 2021" "" "".SH "NAME"\fBnpm-help-search\fR \- Search npm help documentation.SS Synopsis.P.RS 2.nfnpm help\-search <text>.fi.RE.SS Description.PThis command will search the npm markdown documentation files for theterms provided, and then list the results, sorted by relevance\..PIf only one result is found, then it will show that help topic\..PIf the argument to \fBnpm help\fP is not a known help topic, then it willcall \fBhelp\-search\fP\|\.  It is rarely if ever necessary to call thiscommand directly\..SS Configuration.SS long.RS 0.IP \(bu 2Type: Boolean.IP \(bu 2Default: false.RE.PIf true, the "long" flag will cause help\-search to output context aroundwhere the terms were found in the documentation\..PIf false, then help\-search will just list out the help topics found\..SS See Also.RS 0.IP \(bu 2npm help npm.IP \(bu 2npm help help.RE
 |