mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdCancel: Added new command to abandon an active interval
This commit is contained in:
parent
abe6ccfd89
commit
1522af15e6
3 changed files with 59 additions and 1 deletions
|
@ -5,7 +5,8 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${CMAKE_SOURCE_DIR}/src/libshared/src
|
||||
${TIMEW_INCLUDE_DIRS})
|
||||
|
||||
set (commands_SRCS CmdClear.cpp
|
||||
set (commands_SRCS CmdCancel.cpp
|
||||
CmdClear.cpp
|
||||
CmdConfig.cpp
|
||||
CmdContinue.cpp
|
||||
CmdDefault.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue