Skip to content

Commit

Permalink
Add aliases to list and nodes commands
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro López (inkel) <[email protected]>
  • Loading branch information
inkel committed Feb 2, 2023
1 parent b52e0ac commit 0aba163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ func listCmd() *cobra.Command {

return w.Flush()
},
Aliases: []string{"ls"},
}

return cmd
Expand Down Expand Up @@ -231,6 +232,7 @@ func nodesCmd() *cobra.Command {

return w.Flush()
},
Aliases: []string{"ns"},
}

return cmd
Expand Down

0 comments on commit 0aba163

Please sign in to comment.