Struct ecla::App [] [src]

pub struct App { /* fields omitted */ }

Command line application

Methods

impl App
[src]

Create a new command line application.

Get sub command

Check arguments if has flags

If you can not find any supported sub commands or flags, you can use this to tell user something is wrong.

Check arguments if has sub command

Get flag

Tell user is entering an unknown sub command

Print help message

Print version

Trait Implementations

impl Debug for App
[src]

Formats the value using the given formatter.