Improving command parsing semantics, gofmt, warn when command reported

This commit is contained in:
Krzosa Karol
2026-01-01 18:00:21 +01:00
parent dd7e2ff655
commit 505b2d0ffa
7 changed files with 39 additions and 21 deletions

View File

@@ -460,6 +460,7 @@ void EvalCommand(String command) {
return;
}
}
ReportErrorf("Failed to match with any of the commands: %S", command);
}
void EvalCommand(String16 command) {