Scroll to navigation

MooseX::App::ParsedArgv::Element(3pm) User Contributed Perl Documentation MooseX::App::ParsedArgv::Element(3pm)
 

NAME

MooseX::App::ParsedArgv::Element - Parsed element from @ARGV

DESCRIPTION

Every instance of this class represents a logical entity from @ARGV

METHODS

key

Parameter value or option key

value

Arrayref of values

raw

Raw value as supplied by the user

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)
2014-08-24 perl v5.20.1