The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.