mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Refactoring
- Moved argument handling out of Context, into Arguments.
This commit is contained in:
parent
3de1275afe
commit
d51bd3f445
5 changed files with 310 additions and 188 deletions
|
@ -6,6 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (task_SRCS API.cpp API.h
|
||||
Arguments.cpp Arguments.h
|
||||
Att.cpp Att.h
|
||||
Cmd.cpp Cmd.h
|
||||
Color.cpp Color.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue