NAME
MooseX::App::ParsedArgv::Element - Parsed element from @ARGV
DESCRIPTION
Every instance of this class represents a logical element from @ARGV
METHODS
key
Parameter value or option key
value
Arrayref of values
type
Type of element. Can be 'option', 'parameter' or 'extra'
consumed
Flag that indicates if element was already consumed
consume
Consumes element. Dies if element is already consumed
serialize
Serializes element (Does not procuce output that is identical with original @ARGV)