mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Expressions
- Implemented Command::next_mod_group, which walks the A3 list looking for consecutive grouped args for modification purposes.
This commit is contained in:
parent
c7464a59b3
commit
e31e80961a
2 changed files with 39 additions and 21 deletions
|
@ -65,7 +65,7 @@ protected:
|
|||
|
||||
void safety ();
|
||||
|
||||
A3 group_arguments (const A3&);
|
||||
bool next_mod_group (const A3&, Arg&, unsigned int&);
|
||||
|
||||
protected:
|
||||
std::string _keyword;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue