Adding todo to man page

This commit is contained in:
Alex Epstein 2017-07-15 20:55:27 -04:00
parent 97d9d7bc44
commit bc1c2ff52c
2 changed files with 76 additions and 0 deletions

View File

@ -431,6 +431,54 @@ taste Catcher in the Ry
.IP "\(bu" 4
taste \-s Red Hot Chili Peppers
.
.SS "Todo"
.
.IP
Description: A simplistic commandline todo list\.
.
.IP "" 0
.
.P
Usage: todo [flags] or todo [flags] [arguments]
.
.IP "\(bu" 4
\-c Clear all the current tasks
.
.IP "\(bu" 4
\-r Remove the following task number
.
.IP "\(bu" 4
\-g Get the current tasks
.
.IP "\(bu" 4
\-a Add the following task
.
.IP "\(bu" 4
\-u Update Bash\-Snippet Tools
.
.IP "\(bu" 4
\-h Show the help
.
.IP "\(bu" 4
\-v Get the tool version
.
.IP "" 0
.
.P
Examples:
.
.IP "\(bu" 4
todo \-a My very first task
.
.IP "\(bu" 4
todo \-r 1
.
.IP "\(bu" 4
todo \-g
.
.IP "\(bu" 4
todo \-c
.
.IP "" 0
.
.SS "Weather"

View File

@ -274,6 +274,34 @@ Examples:
* taste Catcher in the Ry
* taste -s Red Hot Chili Peppers
### Todo
Description: A simplistic commandline todo list.
Usage: todo [flags] or todo [flags] [arguments]
* -c Clear all the current tasks
* -r Remove the following task number
* -g Get the current tasks
* -a Add the following task
* -u Update Bash-Snippet Tools
* -h Show the help
* -v Get the tool version
Examples:
* todo -a My very first task
* todo -r 1
* todo -g
* todo -c
### Weather
Description: Provides a 3 day forecast on your current location or a specified location.