change to some option flags; addition of due dates; changes to display of tasks
This commit is contained in:
@@ -51,7 +51,7 @@ USAGE:
|
||||
toru <SUBCOMMAND>
|
||||
|
||||
OPTIONS:
|
||||
-H, --help Print help information
|
||||
-h, --help Print help information
|
||||
-V, --version Print version information
|
||||
|
||||
SUBCOMMANDS:
|
||||
@@ -73,7 +73,7 @@ SUBCOMMANDS:
|
||||
view Displays the specified task in detail
|
||||
```
|
||||
|
||||
You can view any help screen by passing in the `-H` or `--help` flag, and the internal documentation is designed to make it obvious how to use Toru.
|
||||
You can view any help screen by passing in the `-h` or `--help` flag, and the internal documentation is designed to make it obvious how to use Toru.
|
||||
|
||||
To start up you will need a vault to store tasks in, which you can create by running `toru vault new <NAME> <PATH>`.
|
||||
|
||||
@@ -95,9 +95,6 @@ Then you can run `toru new` to create your first task.
|
||||
- Error if any circular dependencies are introduced
|
||||
- Make sure dependencies written to file are only those that could be successfully created
|
||||
- List dependencies as a tree on note view below info
|
||||
- Due dates
|
||||
- Taken as input when creating notes
|
||||
- Displayed in list view by default (with number of days remaining)
|
||||
- Completed Date
|
||||
- Keep track of completed date, and correctly update upon marking as complete or manual edit
|
||||
- Disallow removing it in a manual edit unless complete is also marked to false
|
||||
|
||||
Reference in New Issue
Block a user