Add modify and info features.

This commit is contained in:
2022-07-19 15:06:21 +02:00
parent ac3b111053
commit b5bd60ad40
3 changed files with 43 additions and 10 deletions

View File

@@ -12,10 +12,12 @@ is specified then the `list` command is assumed by default. Here are the list of
commands:
- `add` or `a`: add a new habit
- `commit`: commit to having done a habit
- `delete` or `del`: delete a habit
- `info` or `i`: get information about a habit
- `help` or `h`: show help information
- `list` or `ls`: list the habits available for today
- `modify` or `mod`: modify the settings for a habit
- `delete` or `del`: delete a habit
- `statistics` or `stats`: show statistics on current habits
## License