fix: compatibility with aoc-cli@^0.5.0

closes #11
This commit is contained in:
Felix Spöttel
2022-11-29 14:08:49 +01:00
parent a6405f2edb
commit 7d663f1407
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ fn main() {
}
cmd_args.append(&mut vec![
"--file".into(),
"--input-file".into(),
tmp_file_path.to_string_lossy().to_string(),
"--day".into(),
args.day.to_string(),