pub trait IntoApp: Sized {
    fn into_app<'help>() -> App<'help>;
fn augment_clap(app: App<'_>) -> App<'_>; }
Expand description

Build an App according to the struct

Also serves for flattening

Required methods

@TODO @release @docs

@TODO @release @docs

Implementations on Foreign Types

Implementors