mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests, Documentation
- Added 'ids' command to task.1.in. - Added unit test for 'ids' command. - Reformatted 'help' output for the ~ modifier.
This commit is contained in:
parent
4b71fa73f8
commit
bd0dbe3af6
3 changed files with 86 additions and 3 deletions
|
@ -346,12 +346,12 @@ int longUsage (std::string& outs)
|
|||
<< " word" << "\n"
|
||||
<< " noword" << "\n"
|
||||
<< "\n"
|
||||
<< "Modifiers can be inverted with the ~ character:" << "\n"
|
||||
<< " project.~is is equivalent to project.isnt" << "\n"
|
||||
<< "\n"
|
||||
<< " For example:" << "\n"
|
||||
<< " task list due.before:eom priority.not:L" << "\n"
|
||||
<< "\n"
|
||||
<< " Modifiers can be inverted with the ~ character:" << "\n"
|
||||
<< " project.~is is equivalent to project.isnt" << "\n"
|
||||
<< "\n"
|
||||
<< "The default .taskrc file can be overridden with:" << "\n"
|
||||
<< " task rc:<alternate file> ..." << "\n"
|
||||
<< "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue