mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdCalendar
- Converted from Parser to CLI.
This commit is contained in:
parent
5cb753fd23
commit
0fa0829670
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ int CmdCalendar::execute (std::string& output)
|
|||
if (context.commands.find (report) == context.commands.end ())
|
||||
throw std::string (STRING_ERROR_DETAILS);
|
||||
|
||||
std::string executable = context.parser.tree ()->_branches[0]->attribute ("raw");
|
||||
std::string executable = context.cli._args[0].attribute ("raw");
|
||||
|
||||
std::vector <std::string> args;
|
||||
args.push_back ("rc:" + context.rc_file._data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue