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