Skip to content

Commit

Permalink
Add plural alias
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Feb 7, 2019
1 parent f5703f4 commit 37cf2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ctl/get/nodegroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func getNodegroupCmd(g *cmdutils.Grouping) *cobra.Command {
cmd := &cobra.Command{
Use: "nodegroup",
Short: "Get nodegroups(s)",
Aliases: []string{"ng"},
Aliases: []string{"ng", "nodegroups"},
Run: func(_ *cobra.Command, args []string) {
if err := doGetNodegroups(p, cfg, ng, cmdutils.GetNameArg(args)); err != nil {
logger.Critical("%s\n", err.Error())
Expand Down

0 comments on commit 37cf2f6

Please sign in to comment.