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
24
testdata/help__restore__ok.ct
vendored
24
testdata/help__restore__ok.ct
vendored
|
|
@ -1,24 +0,0 @@
|
|||
$ pda help import
|
||||
$ pda import --help
|
||||
Restore key/value pairs from an NDJSON dump
|
||||
|
||||
Usage:
|
||||
pda import [STORE] [flags]
|
||||
|
||||
Flags:
|
||||
--drop Drop existing entries before restoring (full replace)
|
||||
-f, --file string Path to an NDJSON dump (defaults to stdin)
|
||||
-h, --help help for import
|
||||
-i, --interactive Prompt before overwriting existing keys
|
||||
-k, --key strings Restore keys matching glob pattern (repeatable)
|
||||
Restore key/value pairs from an NDJSON dump
|
||||
|
||||
Usage:
|
||||
pda import [STORE] [flags]
|
||||
|
||||
Flags:
|
||||
--drop Drop existing entries before restoring (full replace)
|
||||
-f, --file string Path to an NDJSON dump (defaults to stdin)
|
||||
-h, --help help for import
|
||||
-i, --interactive Prompt before overwriting existing keys
|
||||
-k, --key strings Restore keys matching glob pattern (repeatable)
|
||||
Loading…
Add table
Add a link
Reference in a new issue