mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
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:
parent
37dd592110
commit
82f94a6999
3 changed files with 16 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue