mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Converted _command from std::string to A.
This commit is contained in:
parent
e5780474da
commit
698c801dbc
2 changed files with 12 additions and 7 deletions
|
@ -87,7 +87,7 @@ public:
|
|||
std::vector <A> _args;
|
||||
std::string _rc;
|
||||
std::map <std::string, std::string> _overrides;
|
||||
std::string _command;
|
||||
A _command;
|
||||
bool _readOnly;
|
||||
std::vector <A> _filter;
|
||||
std::vector <A> _modifications;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue