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
8
testdata/help__list__ok.ct
vendored
8
testdata/help__list__ok.ct
vendored
|
|
@ -1,9 +1,9 @@
|
|||
$ pda help list
|
||||
$ pda list --help
|
||||
List the contents of a database
|
||||
List the contents of a store
|
||||
|
||||
Usage:
|
||||
pda list [DB] [flags]
|
||||
pda list [STORE] [flags]
|
||||
|
||||
Aliases:
|
||||
list, ls
|
||||
|
|
@ -19,10 +19,10 @@ Flags:
|
|||
--no-values suppress the value column
|
||||
-S, --secret display values marked as secret
|
||||
-t, --ttl append a TTL column when entries expire
|
||||
List the contents of a database
|
||||
List the contents of a store
|
||||
|
||||
Usage:
|
||||
pda list [DB] [flags]
|
||||
pda list [STORE] [flags]
|
||||
|
||||
Aliases:
|
||||
list, ls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue