mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Combined all elements into the single _args list.
This commit is contained in:
parent
dd8391351d
commit
83898359e3
2 changed files with 28 additions and 54 deletions
|
@ -84,11 +84,6 @@ public:
|
|||
std::map <std::string, std::string> _aliases;
|
||||
std::vector <std::string> _original_args;
|
||||
std::vector <A> _args;
|
||||
std::string _rc;
|
||||
A _command;
|
||||
bool _readOnly;
|
||||
std::vector <A> _filter;
|
||||
std::vector <A> _modifications;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue