mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdUntag: Added 'untag' command
This commit is contained in:
parent
126f0da6af
commit
19aa8b7ac4
4 changed files with 85 additions and 1 deletions
|
@ -25,7 +25,8 @@ set (commands_SRCS CmdCancel.cpp
|
|||
CmdTag.cpp
|
||||
CmdTags.cpp
|
||||
CmdTrack.cpp
|
||||
CmdUndo.cpp)
|
||||
CmdUndo.cpp
|
||||
CmdUntag.cpp)
|
||||
|
||||
add_library (commands STATIC ${commands_SRCS})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue