From ca5f6d2f5b6e7bff17578f56eef6031de78408c9 Mon Sep 17 00:00:00 2001 From: lew <82828093+Llywelwyn@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:15:22 +0000 Subject: [PATCH] Document available commands in README Added a section listing available commands for the application. --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cebd857..35d5cde 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,19 @@ -
 
-
+

-
- commands -
+ ```bash +Available Commands: + get Get a value. + set Set a value. + del Delete a value. + del-db Delete a whole database. + list-dbs List all databases. + dump Export a database as NDJSON. + restore Imports NDJSON into a database. + completion Generate autocompletions for a specified shell. + help Additional help for any command. +```