Merge pull request #2 from ibuildthecloud/master

Add ls and l alias to list
pull/4/head
Thorsten Klein 6 years ago committed by GitHub
commit e419ed0ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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