From 6ed878d89f716d5fdc4f01ffa1b0add6c8f07d75 Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 20 Nov 2025 14:40:19 +0000 Subject: [PATCH] test(root): OK --- testdata/root__ok.ct | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 testdata/root__ok.ct diff --git a/testdata/root__ok.ct b/testdata/root__ok.ct new file mode 100644 index 0000000..90e63c1 --- /dev/null +++ b/testdata/root__ok.ct @@ -0,0 +1,29 @@ +$ pda + ▄▄ + ██ + ██▄███▄ ▄███▄██ ▄█████▄ + ██▀ ▀██ ██▀ ▀██ ▀ ▄▄▄██ + ██ ██ ██ ██ ▄██▀▀▀██ + ███▄▄██▀ ▀██▄▄███ ██▄▄▄███ + ██ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀▀ ▀▀ + ██ (c) 2025 Lewis Wynne + +Usage: + pda [command] + +Available Commands: + completion Generate the autocompletion script for the specified shell + del Delete a key. 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. + help Help about any command + list List the contents of a db. + list-dbs List all dbs. + 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. + +Flags: + -h, --help help for pda + +Use "pda [command] --help" for more information about a command.