mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Bug Fix - #288
- Fixed bug which failed to propagate rc overrides from the command line to the default command (thanks to Zach Frazier).
This commit is contained in:
parent
bdaa0f89d9
commit
53609b2837
5 changed files with 12 additions and 6 deletions
|
@ -83,6 +83,7 @@ public:
|
|||
StringTable stringtable;
|
||||
std::string program;
|
||||
std::vector <std::string> args;
|
||||
std::string overrides;
|
||||
Cmd cmd;
|
||||
std::map <std::string, std::string> aliases;
|
||||
std::vector <std::string> tagAdditions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue