# kv_store
# set
Set a key value pair, overriding existing values if key exists
Arguments:
key TEXT Key to set
value TEXT Value associated with key to set
Options:
--help Show this message and exit.
# get
Get the value of a key
Arguments:
key TEXT Key to get
Options:
--help Show this message and exit.
# delete
Delete a key value pair
Arguments:
key TEXT Key to delete
Options:
--help Show this message and exit.
# list
List all key value pairs
Options:
--help Show this message and exit.
This documentation was auto-generated from commit bd9182e
on July 31, 2024 at 18:02 UTC