refactor(branding?): swapped all references to db/dbs to store/stores
This commit is contained in:
parent
9467675715
commit
3d5a3f2aa1
27 changed files with 113 additions and 113 deletions
20
testdata/help__list-dbs__ok.ct
vendored
20
testdata/help__list-dbs__ok.ct
vendored
|
|
@ -1,22 +1,22 @@
|
|||
$ pda help list-dbs
|
||||
$ pda list-dbs --help
|
||||
List all databases
|
||||
$ pda help list-stores
|
||||
$ pda list-stores --help
|
||||
List all stores
|
||||
|
||||
Usage:
|
||||
pda list-dbs [flags]
|
||||
pda list-stores [flags]
|
||||
|
||||
Aliases:
|
||||
list-dbs, ls-dbs, lsd
|
||||
list-stores, ls-stores, lsd
|
||||
|
||||
Flags:
|
||||
-h, --help help for list-dbs
|
||||
List all databases
|
||||
-h, --help help for list-stores
|
||||
List all stores
|
||||
|
||||
Usage:
|
||||
pda list-dbs [flags]
|
||||
pda list-stores [flags]
|
||||
|
||||
Aliases:
|
||||
list-dbs, ls-dbs, lsd
|
||||
list-stores, ls-stores, lsd
|
||||
|
||||
Flags:
|
||||
-h, --help help for list-dbs
|
||||
-h, --help help for list-stores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue