The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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'],
    );
aliases

Attribute which represents the one from the spec.