The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.