- New command that lists reports and their descriptions.
This commit is contained in:
Paul Beckingham 2011-05-30 12:23:23 -04:00
parent 37b48c56d5
commit 73e9f52793
7 changed files with 166 additions and 0 deletions

View file

@ -28,6 +28,7 @@ set (commands_SRCS Command.cpp Command.h
CmdLogo.cpp CmdLogo.h
CmdPrepend.cpp CmdPrepend.h
CmdProjects.cpp CmdProjects.h
CmdReports.cpp CmdReports.h
CmdShell.cpp CmdShell.h
CmdShow.cpp CmdShow.h
CmdStart.cpp CmdStart.h