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.

34 lines
807 B

  1. npm-help-search(1) -- Search npm help documentation
  2. ===================================================
  3. ## SYNOPSIS
  4. npm help-search <text>
  5. ## DESCRIPTION
  6. This command will search the npm markdown documentation files for the
  7. terms provided, and then list the results, sorted by relevance.
  8. If only one result is found, then it will show that help topic.
  9. If the argument to `npm help` is not a known help topic, then it will
  10. call `help-search`. It is rarely if ever necessary to call this
  11. command directly.
  12. ## CONFIGURATION
  13. ### long
  14. * Type: Boolean
  15. * Default: false
  16. If true, the "long" flag will cause help-search to output context around
  17. where the terms were found in the documentation.
  18. If false, then help-search will just list out the help topics found.
  19. ## SEE ALSO
  20. * npm(1)
  21. * npm-help(1)