Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.0 KiB

  1. .TH "NPM\-HELP" "1" "August 2018" "" ""
  2. .SH "NAME"
  3. \fBnpm-help\fR \- Get help on npm
  4. .SH SYNOPSIS
  5. .P
  6. .RS 2
  7. .nf
  8. npm help <term> [<terms\.\.>]
  9. .fi
  10. .RE
  11. .SH DESCRIPTION
  12. .P
  13. If supplied a topic, then show the appropriate documentation page\.
  14. .P
  15. If the topic does not exist, or if multiple terms are provided, then run
  16. the \fBhelp\-search\fP command to find a match\. Note that, if \fBhelp\-search\fP
  17. finds a single subject, then it will run \fBhelp\fP on that topic, so unique
  18. matches are equivalent to specifying a topic name\.
  19. .SH CONFIGURATION
  20. .SS viewer
  21. .RS 0
  22. .IP \(bu 2
  23. Default: "man" on Posix, "browser" on Windows
  24. .IP \(bu 2
  25. Type: path
  26. .RE
  27. .P
  28. The program to use to view help content\.
  29. .P
  30. Set to \fB"browser"\fP to view html help content in the default web browser\.
  31. .SH SEE ALSO
  32. .RS 0
  33. .IP \(bu 2
  34. npm help npm
  35. .IP \(bu 2
  36. README
  37. .IP \(bu 2
  38. npm help 5 folders
  39. .IP \(bu 2
  40. npm help config
  41. .IP \(bu 2
  42. npm help 7 config
  43. .IP \(bu 2
  44. npm help 5 npmrc
  45. .IP \(bu 2
  46. npm help 5 package\.json
  47. .IP \(bu 2
  48. npm help help\-search
  49. .IP \(bu 2
  50. npm help 7 index
  51. .RE