Setup day 4 command
This commit is contained in:
@@ -26,6 +26,7 @@ class Day2Command extends Command {
|
||||
print(
|
||||
"Expected 1 positional arguments, found ${argResults!.rest.length}",
|
||||
);
|
||||
exit(1);
|
||||
}
|
||||
var filePath = argResults!.rest[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user