refactor(del): made remove the default case
This commit is contained in:
parent
3d5a3f2aa1
commit
c2d1ec0842
21 changed files with 145 additions and 103 deletions
40
testdata/root__ok.ct
vendored
40
testdata/root__ok.ct
vendored
|
|
@ -11,23 +11,29 @@ $ pda
|
|||
Usage:
|
||||
pda [command]
|
||||
|
||||
Available Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
cp Make a copy of a key
|
||||
del Delete one or more keys
|
||||
del-store Delete a store
|
||||
dump Dump all key/value pairs as NDJSON
|
||||
get Get the value of a key
|
||||
git Run any arbitrary command. Use with caution.
|
||||
help Help about any command
|
||||
init Initialise pda! version control
|
||||
list List the contents of a store
|
||||
list-stores List all stores
|
||||
mv Move a key
|
||||
restore Restore key/value pairs from an NDJSON dump
|
||||
set Set a key to a given value
|
||||
sync Manually sync your stores with Git
|
||||
version Display pda! version
|
||||
Key commands:
|
||||
copy Make a copy of a key
|
||||
get Get the value of a key
|
||||
list List the contents of a store
|
||||
move Move a key
|
||||
remove Delete one or more keys
|
||||
set Set a key to a given value
|
||||
|
||||
Store commands:
|
||||
export Dump all key/value pairs as NDJSON
|
||||
import Restore key/value pairs from an NDJSON dump
|
||||
list-stores List all stores
|
||||
remove-store Delete a store
|
||||
|
||||
Git commands:
|
||||
git Run any arbitrary command. Use with caution.
|
||||
init Initialise pda! version control
|
||||
sync Manually sync your stores with Git
|
||||
|
||||
Additional Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
help Help about any command
|
||||
version Display pda! version
|
||||
|
||||
Flags:
|
||||
-h, --help help for pda
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue