Setup day 4 command
This commit is contained in:
@@ -27,6 +27,7 @@ class Day3Command 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