Enum cargo_ruukh::CargoRuukh[][src]

pub enum CargoRuukh {
    Build(BuildCommand),
    Run(RunCommand),
}

Variants

Compile the current Ruukh project for WASM target

Build and execute src/lib.rs on browser

Methods

impl CargoRuukh
[src]

Trait Implementations

impl StructOpt for CargoRuukh
[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 CargoRuukh

impl Sync for CargoRuukh