Struct app::Cmd [] [src]

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

Command

Methods

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

[src]

name and add -h/--help

[src]

[src]

Default is Cmd's name

[src]

description

[src]

get argument

[src]

add Opt

[src]

default: true

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

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