优化gs_sshexkey工具,支持非交互式操作

This commit is contained in:
zhang_xubo
2020-12-26 18:26:21 +08:00
parent 2da909eb3f
commit 3e5c3a222c
2 changed files with 23 additions and 16 deletions

View File

@ -79,7 +79,7 @@ gs_check = ["-?", "--help", "-V", "--version", "-e:", "-i:",
"--ShrinkNodes=", "--nodegroup-name=",
"--skip-root-items", "--set"]
gs_sshexkey = ["-?", "--help", "-V", "--version",
"-f:", "--skip-hostname-set", "-l:"]
"-f:", "--skip-hostname-set", "-l:", "-h:", "-W:"]
gs_backup = ["-?", "--help", "-V", "--version", "--backup-dir=",
"--parameter", "--force",
"--binary", "--all", "-l:", "-h:", "-t:", "-X:"]