CmdContext: Add initial plumbing

This commit is contained in:
Tomas Babej 2015-02-20 20:59:22 +01:00 committed by Paul Beckingham
parent 0891ed4b57
commit 49a7e46eaf
5 changed files with 129 additions and 0 deletions

View file

@ -18,6 +18,7 @@ set (commands_SRCS Command.cpp Command.h
CmdColor.cpp CmdColor.h
CmdColumns.cpp CmdColumns.h
CmdConfig.cpp CmdConfig.h
CmdContext.cpp CmdContext.h
CmdCount.cpp CmdCount.h
CmdCustom.cpp CmdCustom.h
CmdDelete.cpp CmdDelete.h