mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Refactoring CLI to rely completely on the Lexer
This commit is contained in:
parent
d1d300fc69
commit
708ddd3804
5 changed files with 2553 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include <DOM.h>
|
||||
#include <FS.h>
|
||||
#include <CLI.h>
|
||||
#include <CLI2.h>
|
||||
#include <Timer.h>
|
||||
#include <set>
|
||||
|
||||
|
@ -81,6 +82,7 @@ private:
|
|||
|
||||
public:
|
||||
CLI cli;
|
||||
CLI2 cli2;
|
||||
std::string home_dir;
|
||||
File rc_file;
|
||||
Path data_dir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue