Documentation Update
- Added attribute modifiers to the help report.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user