UNPKG

ksa

Version:

Attempt at a browset package manager

20 lines (19 loc) 535 B
{ "command": "login", "description": "Authenticate with GitHub and store credentials to be used later.", "usage": [ "login [<options>]" ], "options": [ { "shorthand": "-h", "flag": "--help", "description": "Show this help message" }, { "shorthand": "-t", "flag": "--token", "description": "Pass an existing GitHub auth token rather than prompting for username and password." } ] }