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.

38 lines
816 B

  1. npm-help(1) -- Get help on npm
  2. ==============================
  3. ## SYNOPSIS
  4. npm help <term> [<terms..>]
  5. ## DESCRIPTION
  6. If supplied a topic, then show the appropriate documentation page.
  7. If the topic does not exist, or if multiple terms are provided, then run
  8. the `help-search` command to find a match. Note that, if `help-search`
  9. finds a single subject, then it will run `help` on that topic, so unique
  10. matches are equivalent to specifying a topic name.
  11. ## CONFIGURATION
  12. ### viewer
  13. * Default: "man" on Posix, "browser" on Windows
  14. * Type: path
  15. The program to use to view help content.
  16. Set to `"browser"` to view html help content in the default web browser.
  17. ## SEE ALSO
  18. * npm(1)
  19. * README
  20. * npm-folders(5)
  21. * npm-config(1)
  22. * npm-config(7)
  23. * npmrc(5)
  24. * package.json(5)
  25. * npm-help-search(1)
  26. * npm-index(7)