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::JESP::Cmd::CommandJESP - Superclass for commands in need of a App::JESP instance.

opt_spec

Common options for App::JESP based commands.

options

Override this in subclasses to add options to opt_spec

validate_args

Do some stuff with validate args.

validate

Override that in subclasses to validate further.

jesp

Returns the current JESP instance.