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

new

Input: [ { desc => "Option1", spec => "opt1=s", }, { desc => "Option2", spec => "opt2=s", required => 1, default => 123, }, ]

new

Create a new options object.

debug

Show the options.

list_options

Show all options.

Nice for generating bash completions.

build_help_options

Builds the text for the options section of a help menu.

colored_msg

Returned a colored message.