feature(bin) add --username, --password, --save

This commit is contained in:
coderaiser 2015-03-24 11:05:57 -04:00
parent d775b6d736
commit 2cfacf60c0
3 changed files with 54 additions and 19 deletions

View file

@ -1,5 +1,8 @@
{
"-h, --help ": "display this help and exit",
"-v, --version ": "output version information and exit",
"-p, --port ": "set port number and start"
"-h, --help " : "display this help and exit",
"-v, --version " : "output version information and exit",
"-s, --save " : "save options",
"-p, --port " : "set port number",
"-u, --username " : "set username",
"-ps, --password" : "set password"
}