Commands - info

- Migrated 'info' command to CmdInfo.
- Renamed 'info' command to 'information'.
This commit is contained in:
Paul Beckingham 2011-05-28 12:55:45 -04:00
parent 306f10b420
commit 0ce198ab8c
10 changed files with 451 additions and 363 deletions

View file

@ -9,6 +9,7 @@ set (commands_SRCS Command.cpp Command.h
CmdCustom.cpp CmdCustom.h
CmdExec.cpp CmdExec.h
CmdHelp.cpp CmdHelp.h
CmdInfo.cpp CmdInfo.h
CmdInstall.cpp CmdInstall.h
CmdLogo.cpp CmdLogo.h
CmdShow.cpp CmdShow.h