mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Made argument termination (--) persists across ::addArg calls.
This commit is contained in:
parent
a00c5b11c8
commit
6e906e4dbf
2 changed files with 16 additions and 5 deletions
|
@ -134,6 +134,7 @@ public:
|
|||
std::vector <std::pair <int, int> > _id_ranges;
|
||||
std::vector <std::string> _uuid_list;
|
||||
bool _strict;
|
||||
bool _terminated;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue