]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-help-search.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-help-search.md
1 npm-help-search(1) -- Search npm help documentation
2 ===================================================
3
4 ## SYNOPSIS
5
6     npm help-search some search terms
7
8 ## DESCRIPTION
9
10 This command will search the npm markdown documentation files for the
11 terms provided, and then list the results, sorted by relevance.
12
13 If only one result is found, then it will show that help topic.
14
15 If the argument to `npm help` is not a known help topic, then it will
16 call `help-search`.  It is rarely if ever necessary to call this
17 command directly.
18
19 ## CONFIGURATION
20
21 ### long
22
23 * Type: Boolean
24 * Default: false
25
26 If true, the "long" flag will cause help-search to output context around
27 where the terms were found in the documentation.
28
29 If false, then help-search will just list out the help topics found.
30
31 ## SEE ALSO
32
33 * npm(1)
34 * npm-faq(7)
35 * npm-help(1)