wireman-config 0.5.2

Config for wireman
Documentation
1
2
3
4
5
6
use wireman_config::cli;

fn main() {
    let version = env!("CARGO_PKG_VERSION");
    let _ = cli::parse(version);
}