Skip to content

Commit 7a4fd12

Browse files
authored
Alias users CLI subcommand as user (#2522)
1 parent 8a853a6 commit 7a4fd12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cli/users.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ import (
1212

1313
func users() *cobra.Command {
1414
cmd := &cobra.Command{
15-
Short: "Create, remove, and list users",
16-
Use: "users",
15+
Short: "Create, remove, and list users",
16+
Use: "users",
17+
Aliases: []string{"user"},
1718
}
1819
cmd.AddCommand(
1920
userCreate(),

0 commit comments

Comments
 (0)