mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation Update
- Added attribute modifiers to the help report.
This commit is contained in:
parent
fab37d3383
commit
245339e7fc
1 changed files with 15 additions and 0 deletions
|
@ -243,6 +243,21 @@ std::string longUsage ()
|
|||
<< " bg: Background color" << "\n"
|
||||
<< " limit: Desired number of rows in report" << "\n"
|
||||
<< "\n"
|
||||
<< "Attribute modifiers improve filters. Supported modifiers are:" << "\n"
|
||||
<< " before (synonyms under, below)" << "\n"
|
||||
<< " after (synonyms over, above)" << "\n"
|
||||
<< " none" << "\n"
|
||||
<< " any" << "\n"
|
||||
<< " is (synonym equals)" << "\n"
|
||||
<< " isnt (synonym not)" << "\n"
|
||||
<< " has (synonym contain)" << "\n"
|
||||
<< " hasnt" << "\n"
|
||||
<< " startswith (synonym left)" << "\n"
|
||||
<< " endswith (synonym right)" << "\n"
|
||||
<< "\n"
|
||||
<< " For example:" << "\n"
|
||||
<< " task list due.before:eom priority.not:L" << "\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