20 lines
535 B
JSON
20 lines
535 B
JSON
{
|
|
"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."
|
|
}
|
|
]
|
|
}
|