mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation Update
- Added 'bulk' variable to man page and Config.cpp.
This commit is contained in:
parent
facb4dcb41
commit
8e8f5935b3
2 changed files with 7 additions and 0 deletions
|
@ -123,6 +123,7 @@ void Config::createDefault (const std::string& home)
|
|||
fprintf (out, "confirmation=yes\n");
|
||||
fprintf (out, "echo.command=yes\n");
|
||||
fprintf (out, "next=2\n");
|
||||
fprintf (out, "bulk=2\n");
|
||||
fprintf (out, "dateformat=m/d/Y\n");
|
||||
fprintf (out, "#monthsperline=2\n");
|
||||
fprintf (out, "#defaultwidth=80\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue