help-register.json 305 B

1234567891011121314
  1. {
  2. "command": "register",
  3. "description": "Registers a package.",
  4. "usage": [
  5. "register <name> <url> [<options>]"
  6. ],
  7. "options": [
  8. {
  9. "shorthand": "-h",
  10. "flag": "--help",
  11. "description": "Show this help message"
  12. }
  13. ]
  14. }