Struct clargs::ParsedArgs[][src]

pub struct ParsedArgs { /* fields omitted */ }

Contains an argument list in parsed format.

Methods

impl ParsedArgs
[src]

Returns a reference to the first argument.

Returns true if the specified flag was in the argument list.

Returns the value that is associated with the specified parameter.

Returns the value that is associated with the specified parameter parsed to the specified type.

Returns a reference to the vector of unnamed parameters.

Returns a reference to the name of the subcommand that is being invoked.

Returns a reference to the vector that holds the arguments for the subcommand which is being invoked.

Auto Trait Implementations

impl Send for ParsedArgs

impl Sync for ParsedArgs