feat(cmd): adds version subcmd

This commit is contained in:
Lewis Wynne 2025-12-17 15:38:41 +00:00
parent dc8df50925
commit c20e4cb69c
3 changed files with 48 additions and 0 deletions

View file

@ -25,6 +25,7 @@ Available Commands:
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.
version Show the version of your CLI tool
Flags:
-h, --help help for pda
@ -55,6 +56,7 @@ Available Commands:
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.
version Show the version of your CLI tool
Flags:
-h, --help help for pda