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