Struct simple_args::Arguments [−][src]
pub struct Arguments { /* fields omitted */ }Expand description
Parsed Arguments
Implementations
Parse arguments. This cannot fail. Arguments are simply
denoted by a single - followed by the argument,
and the value is immediately after. Multiple instances
can be contained, and arguments can contain no value
Arguments
args: The arguments
Checks whether or not an argument is present in the list with a non-empty value
Arguments
key: The key to check