refactor(del): made remove the default case

This commit is contained in:
Lewis Wynne 2025-12-23 09:35:31 +00:00
parent 3d5a3f2aa1
commit c2d1ec0842
21 changed files with 145 additions and 103 deletions

View file

@ -3,28 +3,28 @@ $ pda restore --help
Restore key/value pairs from an NDJSON dump
Usage:
pda restore [STORE] [flags]
pda import [STORE] [flags]
Aliases:
restore, import
import, restore
Flags:
-f, --file string Path to an NDJSON dump (defaults to stdin)
-g, --glob strings Restore keys matching glob pattern (repeatable)
--glob-sep string Characters treated as separators for globbing (default "/-_.@: ")
-h, --help help for restore
-h, --help help for import
-i, --interactive Prompt before overwriting existing keys
Restore key/value pairs from an NDJSON dump
Usage:
pda restore [STORE] [flags]
pda import [STORE] [flags]
Aliases:
restore, import
import, restore
Flags:
-f, --file string Path to an NDJSON dump (defaults to stdin)
-g, --glob strings Restore keys matching glob pattern (repeatable)
--glob-sep string Characters treated as separators for globbing (default "/-_.@: ")
-h, --help help for restore
-h, --help help for import
-i, --interactive Prompt before overwriting existing keys