Command Usage

- Enhanced CmdHelp by adding aliases.
- Corrected usage for CmdModify.
- Renamed CmdQuery --> CmdExport.
- Added an alias _query --> export.
This commit is contained in:
Paul Beckingham 2011-07-12 00:51:05 -04:00
parent 3ef8f3f31a
commit 4d410972d4
8 changed files with 31 additions and 17 deletions

View file

@ -23,6 +23,7 @@ set (commands_SRCS Command.cpp Command.h
CmdDuplicate.cpp CmdDuplicate.h
CmdEdit.cpp CmdEdit.h
CmdExec.cpp CmdExec.h
CmdExport.cpp CmdExport.h
CmdHelp.cpp CmdHelp.h
CmdHistory.cpp CmdHistory.h
CmdIDs.cpp CmdIDs.h
@ -37,7 +38,6 @@ set (commands_SRCS Command.cpp Command.h
CmdProjects.cpp CmdProjects.h
CmdPull.cpp CmdPull.h
CmdPush.cpp CmdPush.h
CmdQuery.cpp CmdQuery.h
CmdReports.cpp CmdReports.h
CmdShell.cpp CmdShell.h
CmdShow.cpp CmdShow.h