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
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 thecargo scaffold <day> --download
command again. It would be nice to have sort of a--overwrite
argument that can overwrite the existing solution file