NAME

App::Spec::Option - App::Spec objects representing command line option specs

SYNOPSIS

This class inherits from App::Spec::Argument

METHODS

build
my $option = App::Spec::Option->build({
    name => 'verbose',
    summary => 'lala',
    aliases => ['v'],
});