mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added ::handleTerminator
- CLI2::handleTerminator removes all terminator arguments it finds and downgrades all subsequent arguments to Lexer::Type::word. This simplifies all further processing.
This commit is contained in:
parent
370df8e07f
commit
2cab600674
2 changed files with 33 additions and 0 deletions
|
@ -110,6 +110,7 @@ private:
|
|||
*/
|
||||
void handleArg0 ();
|
||||
void lexArguments ();
|
||||
void handleTerminator ();
|
||||
void aliasExpansion ();
|
||||
void findOverrides ();
|
||||
void findCommand ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue