Commands - shell

- Migrated handleShell to CmdShell.
- Note there is a segfault bug that will probably go away by itself when
  Context::parse is obsoleted.
This commit is contained in:
Paul Beckingham 2011-05-28 14:22:38 -04:00
parent 4857269d12
commit b075f1252c
9 changed files with 161 additions and 76 deletions

View file

@ -14,6 +14,7 @@ set (commands_SRCS Command.cpp Command.h
CmdInfo.cpp CmdInfo.h
CmdInstall.cpp CmdInstall.h
CmdLogo.cpp CmdLogo.h
CmdShell.cpp CmdShell.h
CmdShow.cpp CmdShow.h
CmdTags.cpp CmdTags.h
CmdTip.cpp CmdTip.h