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
Giblog::Command - command base class
$command->new(%args);
Create command object.
$command->api;
Get Giblog::API object.
$command->run(@args);
Run command. This method is implemented by subclass