mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
CmdCalendar
- Added argv[0].
This commit is contained in:
parent
b801358599
commit
273ede6d0f
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ int CmdCalendar::execute (std::string& output)
|
|||
std::string executable = context.cli._args[0].attribute ("raw");
|
||||
|
||||
std::vector <std::string> args;
|
||||
args.push_back (executable);
|
||||
args.push_back ("rc:" + context.rc_file._data);
|
||||
args.push_back ("rc.due:0");
|
||||
args.push_back ("rc.verbose:label,affected,blank");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue