updated readme with command line usage stuffs

This commit is contained in:
boofnet
2022-04-12 23:52:09 -04:00
parent dd08351283
commit d9538312d2
+9 -1
View File
@@ -10,6 +10,8 @@ having a hard time getting Rust to be happy about variable-sized maps.
[GoLang](https://go.dev/doc/install) needs to be installed already. [GoLang](https://go.dev/doc/install) needs to be installed already.
Recommended to compile, rather than run inline.
## Usage ## Usage
Run TDM with Run TDM with
@@ -18,7 +20,13 @@ Run TDM with
./tdm ./tdm
``` ```
Once inside, you can run the following forms of commands: Can also be run with command line arguments, for example
```sh
./tdm mark task update readme 75
```
TDM supports the following forms of commands:
### Delete ### Delete
Delete the requested argument. Delete the requested argument.