Struct app::Cmd [] [src]

pub struct Cmd<'app> { /* fields omitted */ }

Command

Methods

impl<'app> Cmd<'app>
[src]

name

description

get arguments

arguments's help message

add Opt

Trait Implementations

impl<'app> Debug for Cmd<'app>
[src]

Formats the value using the given formatter.

impl<'app> Default for Cmd<'app>
[src]

Returns the "default value" for a type. Read more