See #168 for context. In Rust, there are very clean ways of implementing CLI interfaces. One that I have used in the past is https://crates.io/crates/structopt We should use this to create a more stable CLI interface.
See #168 for context.
In Rust, there are very clean ways of implementing CLI interfaces. One that I have used in the past is https://crates.io/crates/structopt
We should use this to create a more stable CLI interface.