mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(bin) add --username, --password, --save
This commit is contained in:
parent
d775b6d736
commit
2cfacf60c0
3 changed files with 54 additions and 19 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue