Struct github_templates::Cli[][src]

pub struct Cli { /* fields omitted */ }

Command line parser.

Methods

impl Cli
[src]

Initialize a logger.

Access the dir. Checks if it's a directory on disk.

Access the directory name.

Trait Implementations

impl Debug for Cli
[src]

Formats the value using the given formatter. Read more

impl StructOpt for Cli
[src]

Returns the corresponding clap::App.

Creates the struct from clap::ArgMatches. It cannot fail with a parameter generated by clap by construction. Read more

Gets the struct from the command line arguments. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Print the error message and quit the program in case of failure. Read more

Gets the struct from any iterator such as a Vec of your making. Read more

Auto Trait Implementations

impl Send for Cli

impl Sync for Cli