mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(bin) add --auth, --no-auth
This commit is contained in:
parent
03e9cbe7f3
commit
d1f967b851
3 changed files with 13 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
|||
"-h, --help " : "display this help and exit",
|
||||
"-v, --version " : "output version information and exit",
|
||||
"-s, --save " : "save options",
|
||||
"-a, --auth " : "enable authorization",
|
||||
"-na, --no-auth " : "disable authorization",
|
||||
"-p, --port " : "set port number",
|
||||
"-u, --username " : "set username",
|
||||
"-ps, --password" : "set password"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue