Description
The docs say setting the --release
flag should run the real puzzle inputs, and omitting the flag should run the examples.
The solve command runs your solution. If you set the --release flag, real puzzle inputs will be passed to your solution, otherwise the example inputs will be used.
As far as I can tell this is not the case. Running tests uses the example file, but any configuration of solve, with or without the release flag, will run the real puzzle inputs. I think one of these things would need to be updated, but first I would want to check which behavior is correct.
Is the expectation that solve should run the example or puzzle based on its input? Or does the documentation need to be updated that "solve" will always run puzzle input and "test" should be used for running examples?