2016-07-20 Fred Gleason <fredg@paravelsystems.com>

* Added an 'addcart' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
This commit is contained in:
Fred Gleason
2016-07-20 18:27:54 -04:00
parent 8e0d803ba3
commit 27e3113f27
4 changed files with 62 additions and 2 deletions

View File

@@ -36,6 +36,14 @@ void MainObject::Help(const QStringList &cmds) const
}
else {
QString verb=cmds[1].lower();
if(verb=="addcart") {
printf("\n");
printf(" addcart <line> <cart-num>\n");
printf("\n");
printf("Add a new cart event before line <line> using cart <cart-num>.\n");
printf("\n");
processed=true;
}
if((verb=="bye")||(verb=="exit")||(verb=="quit")) {
printf("\n");
printf(" %s\n",(const char *)cmds[1]);