Add ls and l alias to list

I find myself typing ls often by accident.
pull/4/head
Darren Shepherd 6 years ago committed by iwilltry42
parent fae59d652a
commit 68c38a104f
  1. 5
      main.go

@ -229,8 +229,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