mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Command - count
- Migrated handleCount to CmdCount.
This commit is contained in:
parent
27d6e7cc81
commit
a7bc09d487
9 changed files with 114 additions and 35 deletions
|
@ -7,6 +7,7 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
|
||||
set (commands_SRCS Command.cpp Command.h
|
||||
CmdCommands.cpp CmdCommands.h
|
||||
CmdCount.cpp CmdCount.h
|
||||
CmdCustom.cpp CmdCustom.h
|
||||
CmdDiagnostics.cpp CmdDiagnostics.h
|
||||
CmdEdit.cpp CmdEdit.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue