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

Giblog::Command - command base class

METHODS

new

  $command->new(%args);

Create command object.

api

  $command->api;

Get Giblog::API object.

run

  $command->run(@args);

Run command. This method is implemented by subclass