Parser
- ::getCommand should return the canonical form of the command, not the raw input.
This commit is contained in:
@@ -385,7 +385,6 @@ int Context::dispatch (std::string &out)
|
||||
if (command != "")
|
||||
{
|
||||
updateXtermTitle ();
|
||||
|
||||
updateVerbosity ();
|
||||
|
||||
Command* c = commands[command];
|
||||
|
||||
Reference in New Issue
Block a user