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

@ -230,6 +230,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