🔨 Renames admin tool binary to keysctl
This commit is contained in:
parent
9e73981213
commit
a410e26174
@ -67,14 +67,14 @@ func makeReq(method string, url string) error {
|
||||
|
||||
func main() {
|
||||
cmd := &cli.Command{
|
||||
Name: "keys-admin",
|
||||
Name: "keysctl",
|
||||
Usage: "keys project server administration tool",
|
||||
Commands: []*cli.Command{
|
||||
{
|
||||
Name: "version",
|
||||
Usage: "print version and exit",
|
||||
Action: func(context.Context, *cli.Command) error {
|
||||
fmt.Println("version 1.0")
|
||||
fmt.Println("version 1.1.0")
|
||||
return nil
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user