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. 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