@@ -30,20 +30,19 @@ func init() {
3030 Name : "set" ,
3131 Help : "Configures options for cmk" ,
3232 SubCommands : map [string ][]string {
33- "prompt" : {"🐵" , "🐱" , "random" },
34- "asyncblock" : {"true" , "false" },
35- "timeout" : {"600" , "1800" , "3600" },
36- "output" : {"json" , "text" , "table" , "column" , "csv" },
37- "profile" : {},
38- "url" : {},
39- "username" : {},
40- "password" : {},
41- "domain" : {},
42- "apikey" : {},
43- "secretkey" : {},
44- "paramcompletion" : {"true" , "false" },
45- "verifycert" : {"true" , "false" },
46- "debug" : {"true" , "false" },
33+ "prompt" : {"🐵" , "🐱" , "random" },
34+ "asyncblock" : {"true" , "false" },
35+ "timeout" : {"600" , "1800" , "3600" },
36+ "output" : {"json" , "text" , "table" , "column" , "csv" },
37+ "profile" : {},
38+ "url" : {},
39+ "username" : {},
40+ "password" : {},
41+ "domain" : {},
42+ "apikey" : {},
43+ "secretkey" : {},
44+ "verifycert" : {"true" , "false" },
45+ "debug" : {"true" , "false" },
4746 },
4847 Handle : func (r * Request ) error {
4948 if len (r .Args ) < 1 {
0 commit comments