Closed tguichaoua closed 2 years ago
aoc-cli release v0.5.0 4 days ago and rename the --file command flag by --input-file.
aoc-cli
v0.5.0
--file
--input-file
It can be solved by either :
cargo install aoc-cli --version 0.4
src/bin/download.rs
cmd_args.append(&mut vec![
Ugh, second update in a row that broke. I implemented both of your suggestions - updated to v0.5.0 and pinned in the readme command. Thanks!
aoc-cli
releasev0.5.0
4 days ago and rename the--file
command flag by--input-file
.It can be solved by either :
aoc-cli
v0.4 withcargo install aoc-cli --version 0.4
src/bin/download.rs
with https://github.com/fspoettel/advent-of-code-rust/blob/a6405f2edb7b626696dc72da7e81176c304536c0/src/bin/download.rs#L66-L72