CmdPurge: Add initial implementation

This commit is contained in:
Tomas Babej
2016-03-19 21:18:41 +01:00
committed by Paul Beckingham
parent 96d6fb145f
commit 1caa9daec0
5 changed files with 126 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ set (commands_SRCS Command.cpp Command.h
CmdModify.cpp CmdModify.h
CmdPrepend.cpp CmdPrepend.h
CmdProjects.cpp CmdProjects.h
CmdPurge.cpp CmdPurge.h
CmdReports.cpp CmdReports.h
CmdShow.cpp CmdShow.h
CmdStart.cpp CmdStart.h