We always print two error messages when we hit an unknown command. As the function
CommandInterpreter::HandleCommand that prints the second error message unconditionally called the CommandInterpreter::ResolveCommandImpl before (which prints the first error message), we can just remove
that second error message.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good. It would be nice to mention the name of that other function in the commit message.