chore(testdata): updates test expectations to match new error messaging

This commit is contained in:
Lewis Wynne 2025-12-17 14:28:18 +00:00
parent 06e09df829
commit def2941128
10 changed files with 22 additions and 173 deletions

View file

@ -14,6 +14,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-db Delete a database.
dump Dump all key/value pairs as NDJSON
@ -21,6 +22,7 @@ Available Commands:
help Help about any command
list List the contents of a db.
list-dbs List all dbs.
mv Move a key between (or within) databases.
restore Restore key/value pairs from an NDJSON dump
set Set a value for a key by passing VALUE or Stdin. Optionally specify a db.
@ -42,6 +44,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-db Delete a database.
dump Dump all key/value pairs as NDJSON
@ -49,6 +52,7 @@ Available Commands:
help Help about any command
list List the contents of a db.
list-dbs List all dbs.
mv Move a key between (or within) databases.
restore Restore key/value pairs from an NDJSON dump
set Set a value for a key by passing VALUE or Stdin. Optionally specify a db.