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{
|
||||
Use: "list-dbs",
|
||||
Short: "List all dbs.",
|
||||
Aliases: []string{"ls-dbs", "lsd"},
|
||||
Args: cobra.NoArgs,
|
||||
RunE: listDbs,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue