mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Hooks: Converted from CLI to CLI2
This commit is contained in:
parent
afa39de68b
commit
31fb7726c0
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ std::vector <std::string>& Hooks::buildHookScriptArgs (std::vector <std::string>
|
|||
args.push_back ("args:" + std::string (v));
|
||||
|
||||
// Command to be executed.
|
||||
args.push_back ("command:" + context.cli.getCommand ());
|
||||
args.push_back ("command:" + context.cli2.getCommand ());
|
||||
|
||||
// rc file used after applying all overrides.
|
||||
args.push_back ("rc:" + context.rc_file._data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue