help-list.json 680 B

123456789101112131415161718192021222324
  1. {
  2. "command": "list",
  3. "description": "List local packages - and possible updates.",
  4. "usage": [
  5. "list [<options>]"
  6. ],
  7. "options": [
  8. {
  9. "shorthand": "-h",
  10. "flag": "--help",
  11. "description": "Show this help message"
  12. },
  13. {
  14. "shorthand": "-p",
  15. "flag": "--paths",
  16. "description": "Generates a simple JSON source mapping"
  17. },
  18. {
  19. "shorthand": "-r",
  20. "flag": "--relative",
  21. "description": "Make paths relative to the directory config property, which defaults to bower_components"
  22. }
  23. ]
  24. }