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).
The current implementation of using
env::args()
does work; however, perhaps changing to a crate, such asClap
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).