Open zekesonxx opened 12 months ago
cargo-aoc currently ignores arguments in bench and input from the higher level
For an example:
$ cargo aoc -d1 bench
feels like it should benchmark day 1, but it instead benchmarks the current day.
This patch cascades the relevant options down through the subcommands, so this can be clearer.
cargo-aoc currently ignores arguments in bench and input from the higher level
For an example:
feels like it should benchmark day 1, but it instead benchmarks the current day.
This patch cascades the relevant options down through the subcommands, so this can be clearer.