Struct yacli::CliApplication [] [src]

pub struct CliApplication<E, D, A> {
    // some fields omitted
}

Methods

impl<E, D, A> CliApplication<E, D, A> where E: Error, D: CliDispatcher<E>, A: CliArgs<E, D> + Decodable
[src]

fn new<U: Into<String>, V: Into<String>>(usage: U, version: Option<V>) -> Self

fn main(&self)