feat(del): support for multi deletion
This commit is contained in:
parent
52684d9e38
commit
14897ba587
6 changed files with 66 additions and 38 deletions
4
testdata/help__ok.ct
vendored
4
testdata/help__ok.ct
vendored
|
|
@ -15,7 +15,7 @@ Usage:
|
|||
Available Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
cp Make a copy of a key.
|
||||
del Delete a key. Optionally specify a db.
|
||||
del Delete one or more keys. Optionally specify a db.
|
||||
del-db Delete a database.
|
||||
dump Dump all key/value pairs as NDJSON
|
||||
get Get a value for a key. Optionally specify a db.
|
||||
|
|
@ -46,7 +46,7 @@ Usage:
|
|||
Available Commands:
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
cp Make a copy of a key.
|
||||
del Delete a key. Optionally specify a db.
|
||||
del Delete one or more keys. Optionally specify a db.
|
||||
del-db Delete a database.
|
||||
dump Dump all key/value pairs as NDJSON
|
||||
get Get a value for a key. Optionally specify a db.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue