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:
Paul Beckingham 2009-06-06 16:09:11 -04:00
parent 37dd592110
commit 82f94a6999
3 changed files with 16 additions and 11 deletions

View file

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