Document available commands in README

Added a section listing available commands for the application.
This commit is contained in:
lew 2025-11-20 19:15:22 +00:00 committed by GitHub
parent a43281d129
commit ca5f6d2f5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,12 +16,19 @@
</a> </a>
</div> </div>
<div align="center">&nbsp;</div><!-- spacer --> <p align="center"></p><!-- spacer -->
<br/>
<div align="center"> ```bash
<img src="https://raw.githubusercontent.com/llywelwyn/pda/master/docs/cmds.png" Available Commands:
alt="commands" /> get Get a value.
</div> 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.
```
<p align="center"></p><!-- spacer --> <p align="center"></p><!-- spacer -->