Eakam1007 / rost_gen

A simple static site generator built using Rust
MIT License
0 stars 3 forks source link

BUG - Output is appended to existing files with the same name as input files in specified output directory #36

Open Eakam1007 opened 1 year ago

Eakam1007 commented 1 year ago

If an output directory is specified with -o or --output, and if there are files in that directory with the same name as the input files, the generated html will be appended to the end of the existing files.

Instead, the existing files should be overwritten.