mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Repl working
This commit is contained in:
@@ -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[]) {
|
||||
|
||||
Reference in New Issue
Block a user