Add ls and l alias to list

I find myself typing ls often by accident.
pull/2/head
Darren Shepherd 6 years ago
parent 1b15e77f66
commit 8cd7992388
  1. 5
      main.go

@ -217,8 +217,9 @@ func main() {
},
{
// list prints a list of created clusters
Name: "list",
Usage: "List all clusters",
Name: "list",
Aliases: []string{"ls", "l"},
Usage: "List all clusters",
Flags: []cli.Flag{
cli.BoolFlag{
Name: "all, a",

Loading…
Cancel
Save