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::Role::Plugin::GlobalOptions - Plugins for adding options should use this role

DESCRIPTION

See App::Spec::Plugin::Help for an example.

REQUIRED METHODS

install_options

This should return an arrayref of options:

    [
        {
            name => "help",
            summary: "Show command help",
            ...,
        },
    ]