fspoettel / advent-of-code-rust

🎄Starter template for solving Advent of Code in Rust.
MIT License
638 stars 43 forks source link

Overwrite existing day.rs file #62

Closed AV3RG closed 3 days ago

AV3RG commented 8 months ago

If you accidentally run the cargo scaffold command without the --download argument or want to redo an entire problem, a manual deletion of the file is required before running the cargo scaffold <day> --download command again. It would be nice to have sort of a --overwrite argument that can overwrite the existing solution file