Macro yacli::main [] [src]

macro_rules! main {
    ($t:path) => { ... };
    ($t:path, $version:expr) => { ... };
}