Files
old-lab_ui/node_modules/bower/lib/templates/json/help-login.json

20 lines
535 B
JSON
Raw Normal View History

2019-06-04 13:11:32 -04:00
{
"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."
}
]
}