mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Preserves original args.
This commit is contained in:
parent
99ff5cd372
commit
05fdfafd2a
2 changed files with 8 additions and 1 deletions
|
@ -53,6 +53,7 @@ public:
|
|||
std::multimap <std::string, std::string> _entities;
|
||||
std::map <std::string, std::string> _aliases;
|
||||
std::string _program;
|
||||
std::vector <std::string> _original_args;
|
||||
std::vector <std::string> _args;
|
||||
std::string _rc;
|
||||
std::map <std::string, std::string> _overrides;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue