nolibc / migi

An open-source, minimal static site generator written in Rust.
1 stars 0 forks source link

Proper CLI handling #10

Open nolibc opened 10 months ago

nolibc commented 10 months ago

The current implementation of using env::args() does work; however, perhaps changing to a crate, such as Clap might make sense as Migi undergoes further changes.

This would also allow users more control over the intial structure of they site (e.g., allowing users to specify if the want to generate the default structure when running the new command).