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:
Paul Beckingham 2011-03-19 01:18:56 -04:00
parent 4b71fa73f8
commit bd0dbe3af6
3 changed files with 86 additions and 3 deletions

View file

@ -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"