mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Command - append
- Migrated handleAppend to CmdAppend.
This commit is contained in:
parent
ef65617258
commit
b9246e04b2
9 changed files with 177 additions and 92 deletions
|
@ -6,6 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (commands_SRCS Command.cpp Command.h
|
||||
CmdAppend.cpp CmdAppend.h
|
||||
CmdCommands.cpp CmdCommands.h
|
||||
CmdCount.cpp CmdCount.h
|
||||
CmdCustom.cpp CmdCustom.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue