test(help): OK test cases

This commit is contained in:
Lewis Wynne 2025-11-20 14:40:10 +00:00
parent 2e50d4392f
commit 0ade5faec9
10 changed files with 320 additions and 0 deletions

24
testdata/help__restore__ok.ct vendored Normal file
View file

@ -0,0 +1,24 @@
$ pda help restore
$ pda restore --help
Restore key/value pairs from an NDJSON dump
Usage:
pda restore [DB] [flags]
Aliases:
restore, import
Flags:
-f, --file string Path to an NDJSON dump (defaults to stdin)
-h, --help help for restore
Restore key/value pairs from an NDJSON dump
Usage:
pda restore [DB] [flags]
Aliases:
restore, import
Flags:
-f, --file string Path to an NDJSON dump (defaults to stdin)
-h, --help help for restore