Add ls and l alias to list

I find myself typing ls often by accident.
This commit is contained in:
Darren Shepherd 2019-04-04 09:06:56 -07:00 committed by iwilltry42
parent fae59d652a
commit 68c38a104f

View File

@ -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{