-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
aoc-cli release v0.5.0 4 days ago and rename the --file command flag by --input-file.
It can be solved by either :
- install
aoc-cliv0.4 withcargo install aoc-cli --version 0.4 - patch
src/bin/download.rswith
advent-of-code-rust/src/bin/download.rs
Lines 66 to 72 in a6405f2
cmd_args.append(&mut vec![ "--file".into(), tmp_file_path.to_string_lossy().to_string(), "--day".into(), args.day.to_string(), "download".into(), ]);
cmd_args.append(&mut vec![
- "--file".into(),
+ "--input-file".into(),
tmp_file_path.to_string_lossy().to_string(),
"--day".into(),
args.day.to_string(),
"download".into(),
]);Metadata
Metadata
Assignees
Labels
No labels