use clap::app_from_crate; fn main() { app_from_crate!().get_matches(); }