Add syntax suggestion on invalid argument
+ Fill in help file
This commit is contained in:
parent
970b0975b4
commit
650a071006
File diff suppressed because it is too large
Load Diff
@ -200,6 +200,7 @@ void AOClient::handleCommand(QString command, int argc, QStringList argv)
|
|||||||
|
|
||||||
if (argc < l_info.minArgs) {
|
if (argc < l_info.minArgs) {
|
||||||
sendServerMessage("Invalid command syntax.");
|
sendServerMessage("Invalid command syntax.");
|
||||||
|
sendServerMessage("The expected syntax for this command is: \n" + ConfigManager::commandHelp(command).usage);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user