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

Lines changed: 3 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy