This is a simple command line tool for writing a todo list for your project
The tool is used for writing todo lists and the available flags and options is the following: ``` console USAGE: TODO [FLAGS] [OPTIONS]
FLAGS: -d, --delete Deletes the TODO file, if you have used a custom path before you also need to pass that -h, --help Prints help information -s, --show Prints out the TODO list -V, --version Prints version information
OPTIONS:
-r, --remove
console
todo_cli --message "TODO ITEM"
Because todo_cli is published to cartes.io you need to have Rust installed on your system to install the package.
console
cargo install todo_cli
Currently the only way to update todo_cli is by reinstalling it, which is done using the following command.
console
cargo install todo_cli--force