style: renames testdata so tests can actually be parsed at a glance
This commit is contained in:
parent
a4d2e919dc
commit
3c2a0129c0
83 changed files with 122 additions and 131 deletions
40
testdata/help__list__ok.ct
vendored
40
testdata/help__list__ok.ct
vendored
|
|
@ -1,40 +0,0 @@
|
|||
$ pda help list
|
||||
$ pda list --help
|
||||
List the contents of a store
|
||||
|
||||
Usage:
|
||||
pda list [STORE] [flags]
|
||||
|
||||
Aliases:
|
||||
list, ls
|
||||
|
||||
Flags:
|
||||
-b, --base64 view binary data as base64
|
||||
-o, --format format output format (table|tsv|csv|markdown|html|ndjson) (default table)
|
||||
-f, --full show full values without truncation
|
||||
-h, --help help for list
|
||||
-k, --key strings Filter keys with glob pattern (repeatable)
|
||||
--no-header suppress the header row
|
||||
--no-keys suppress the key column
|
||||
--no-ttl suppress the TTL column
|
||||
--no-values suppress the value column
|
||||
-v, --value strings Filter values with regex pattern (repeatable)
|
||||
List the contents of a store
|
||||
|
||||
Usage:
|
||||
pda list [STORE] [flags]
|
||||
|
||||
Aliases:
|
||||
list, ls
|
||||
|
||||
Flags:
|
||||
-b, --base64 view binary data as base64
|
||||
-o, --format format output format (table|tsv|csv|markdown|html|ndjson) (default table)
|
||||
-f, --full show full values without truncation
|
||||
-h, --help help for list
|
||||
-k, --key strings Filter keys with glob pattern (repeatable)
|
||||
--no-header suppress the header row
|
||||
--no-keys suppress the key column
|
||||
--no-ttl suppress the TTL column
|
||||
--no-values suppress the value column
|
||||
-v, --value strings Filter values with regex pattern (repeatable)
|
||||
Loading…
Add table
Add a link
Reference in a new issue