Struct arkham::Context[][src]

pub struct Context {
    pub cmd: Command,
    // some fields omitted
}

Fields

cmd: Command

Implementations

Checks for the existance of a flag

Returns the value of an option if one exists

Returns a string for the field if it is a string

Returns a i64 for the field if it is an integer

Returns a f64 for the field if it is a float

Returns a f64 for the field if it is a float

Can be used to display the automatic help message for the current command.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.