Repl working

This commit is contained in:
2022-08-06 08:16:54 +01:00
parent 7a3986af33
commit 3cdf77b85c
2 changed files with 56 additions and 111 deletions

View File

@@ -51,11 +51,6 @@ void initCommand(int argc, const char* argv[]) {
command.error = true;
}
//no arguments
if (argc == 1) {
command.error = true;
}
}
void usageCommand(int argc, const char* argv[]) {