Add ls and l alias to list
I find myself typing ls often by accident.
This commit is contained in:
parent
fae59d652a
commit
68c38a104f
5
main.go
5
main.go
@ -229,8 +229,9 @@ func main() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
// list prints a list of created clusters
|
// list prints a list of created clusters
|
||||||
Name: "list",
|
Name: "list",
|
||||||
Usage: "List all clusters",
|
Aliases: []string{"ls", "l"},
|
||||||
|
Usage: "List all clusters",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "all, a",
|
Name: "all, a",
|
||||||
|
Loading…
Reference in New Issue
Block a user