Struct arguments::Arguments [] [src]

pub struct Arguments {
    pub program: String,
    pub options: Options,
    pub orphans: Vec<String>,
}

Command-line arguments.

Fields

The name of the executable.

Raw options (all strings).

Unclassified arguments.

Methods

impl Arguments
[src]

Get the value of an option (if present) converted to a specific type (if possible).

Trait Implementations

impl Debug for Arguments
[src]

Formats the value using the given formatter.