1 2 3 4 5 6 7
use anicca::cli::Anicca; use structopt::StructOpt; fn main() { let app = Anicca::from_args(); app.run(); }