feat(listDbsCmd): lsd alias
This commit is contained in:
parent
323c4d915a
commit
4bf3d60140
1 changed files with 5 additions and 4 deletions
|
|
@ -30,6 +30,7 @@ import (
|
||||||
var listDbsCmd = &cobra.Command{
|
var listDbsCmd = &cobra.Command{
|
||||||
Use: "list-dbs",
|
Use: "list-dbs",
|
||||||
Short: "List all dbs.",
|
Short: "List all dbs.",
|
||||||
|
Aliases: []string{"ls-dbs", "lsd"},
|
||||||
Args: cobra.NoArgs,
|
Args: cobra.NoArgs,
|
||||||
RunE: listDbs,
|
RunE: listDbs,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue