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