mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Refactoring
- Obsoleted Cmd object. - Removed Context::dispatch, renamed dispatch2 --> dispatch. - Commented out import and custom report functionality that depends on Cmd. This should be about as broken as taskwarrior gets. It's all uphill from here.
This commit is contained in:
parent
bcbff8d99b
commit
a3912d9123
10 changed files with 62 additions and 323 deletions
|
@ -8,7 +8,6 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
set (task_SRCS API.cpp API.h
|
||||
Arguments.cpp Arguments.h
|
||||
Att.cpp Att.h
|
||||
Cmd.cpp Cmd.h
|
||||
Color.cpp Color.h
|
||||
Config.cpp Config.h
|
||||
Context.cpp Context.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue