feat: add --submit <part> option to cargo solve (#25)
* remove `--year` flag in favor of `.config/config.toml` * cleanup option handling for `cargo solve`
This commit is contained in:
@@ -3,5 +3,8 @@ scaffold = "run --bin scaffold --quiet --release -- "
|
||||
download = "run --bin download --quiet --release -- "
|
||||
read = "run --bin read --quiet --release -- "
|
||||
|
||||
solve = "run --bin"
|
||||
solve = "run --bin solve --quiet --release -- "
|
||||
all = "run"
|
||||
|
||||
[env]
|
||||
AOC_YEAR = "2022"
|
||||
Reference in New Issue
Block a user