mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Implemented ::addArg, to be called from both ::initialize and ::add, to determine whether an arg should be lexed or not.
This commit is contained in:
parent
dd8972525f
commit
7f061eef95
2 changed files with 75 additions and 4 deletions
|
@ -77,6 +77,7 @@ public:
|
|||
const std::string dump () const;
|
||||
|
||||
private:
|
||||
void addArg (const std::string&);
|
||||
void aliasExpansion ();
|
||||
void findOverrides ();
|
||||
void categorize ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue