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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user