Scroll to navigation

App::Spec::Option(3) User Contributed Perl Documentation App::Spec::Option(3)

NAME

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

SYNOPSIS

This class inherits from App::Spec::Argument

METHODS

    my $option = App::Spec::Option->build(
        name => 'verbose',
        summary => 'lala',
        aliases => ['v'],
    );
    
Attribute which represents the one from the spec.
2025-03-26 perl v5.42.1