Skip to content

Commit

Permalink
feat: added cli parsing with a day argument, to run a single day
Browse files Browse the repository at this point in the history
  • Loading branch information
jortrr committed Nov 17, 2024
1 parent c712ba0 commit cd5e7cb
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 31 deletions.
191 changes: 160 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"

[dependencies]
aocf = "0.1.21"
clap = { version = "4.5.21", features = ["derive"] }
colored = "2.1.0"
hex_color = "3.0.0"
mut-binary-heap = "0.1.0"
Expand Down
Loading

0 comments on commit cd5e7cb

Please sign in to comment.