Struct cmdparser::Parser [] [src]

pub struct Parser { /* fields omitted */ }

Parser structure

Methods

impl Parser
[src]

Parser implementation

[src]

Constructor

@return Parser

[src]

Sets the prefix for the arguments

@param prefixes Vec @return Parser

[src]

Disables overwriting of arguments and instead merges them

@param merge Vec @return Parser

[src]

Parses the given cmd arguments

@return Touple(ArgumentList, Flags)