Document available commands in README
Added a section listing available commands for the application.
This commit is contained in:
parent
a43281d129
commit
ca5f6d2f5b
1 changed files with 13 additions and 6 deletions
19
README.md
19
README.md
|
|
@ -16,12 +16,19 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div align="center"> </div><!-- spacer -->
|
||||
<br/>
|
||||
<p align="center"></p><!-- spacer -->
|
||||
|
||||
<div align="center">
|
||||
<img src="https://raw.githubusercontent.com/llywelwyn/pda/master/docs/cmds.png"
|
||||
alt="commands" />
|
||||
</div>
|
||||
```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.
|
||||
```
|
||||
|
||||
<p align="center"></p><!-- spacer -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue