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

NAME

Giblog::Command - command base class

DESCRIPTION

Giblog::Command is command base class.

You can also create your command inheriting Giblog::Command like Giblog::Command::new, Giblog::Command::add or Giblog::Command::build.

METHODS

new

  $command->new(%args);

Create command object.

Arguments:

api

  $command->api;

Get Giblog::API object.

run

  $command->run(@args);

Run command. This method is implemented by subclass.