Enhancement - rc.name:value
- Supports 'rc.name:value' for a command line override to .taskrc data (thanks to Federico Hernandez).
This commit is contained in:
@@ -265,7 +265,12 @@ static std::string longUsage ()
|
||||
<< " until: Recurrence end date" << "\n"
|
||||
<< " fg: Foreground color" << "\n"
|
||||
<< " bg: Background color" << "\n"
|
||||
<< " rc: Alternate .taskrc file" << "\n"
|
||||
<< "\n"
|
||||
<< "The default .taskrc file can be overridden with:" << "\n"
|
||||
<< " task rc:<alternate file> ..." << "\n"
|
||||
<< "\n"
|
||||
<< "The values in .taskrc (or alternate) can be overridden with:" << "\n"
|
||||
<< " task ... rc.<name>:<value>" << "\n"
|
||||
<< "\n"
|
||||
<< "Any command or attribute name may be abbreviated if still unique:" << "\n"
|
||||
<< " task list project:Home" << "\n"
|
||||
|
||||
Reference in New Issue
Block a user