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. 1
      main.go

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

Loading…
Cancel
Save