Eakam1007 / rost_gen

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

Use clap for arg parsing #23

Closed Eakam1007 closed 1 year ago

Eakam1007 commented 1 year ago

Currently, this is done manually. It would be better to use an existing crate such as clap to do this