drawio-exporter 1.2.0

Command Line Client To Enhance Files Export Using Draw.io Application
Documentation
1
2
3
4
5
6
pub type App = clap::App<'static, 'static>;
pub type Arg = clap::Arg<'static, 'static>;

pub fn arg(name: &'static str) -> Arg {
    Arg::with_name(name)
}