mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature #574
- Added feature #574, default due dates (thanks to Erlan Sergaziev).
This commit is contained in:
parent
05d664cae1
commit
879f0fed78
8 changed files with 46 additions and 4 deletions
|
@ -241,6 +241,7 @@ std::string Config::defaults =
|
|||
"\n"
|
||||
"#default.project=foo # Default project for 'add' command\n"
|
||||
"#default.priority=M # Default priority for 'add' command\n"
|
||||
"#default.due=eom # Default due date for 'add' command\n"
|
||||
"default.command=list # When no arguments are specified\n"
|
||||
"\n"
|
||||
"_forcecolor=no # Forces color to be on, even for non TTY output\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue