- Combined all elements into the single _args list.
This commit is contained in:
Paul Beckingham 2014-10-15 02:24:35 -04:00
parent dd8391351d
commit 83898359e3
2 changed files with 28 additions and 54 deletions

View file

@ -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