mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +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
|
@ -6,6 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (task_SRCS CLI.cpp CLI.h
|
||||
CLI2.cpp CLI2.h
|
||||
Color.cpp Color.h
|
||||
Config.cpp Config.h
|
||||
Context.cpp Context.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue