NAME

Statocles::Command - The base class for command modules

SYNOPSIS

    use Statocles::Base 'Command';
    sub run {
        my ( $self, @argv ) = @_;
        ...;
    }

DESCRIPTION

This module is a base class for command modules.

ATTRIBUTES

site

The Statocles::Site object for the current site.

SEE ALSO

statocles

The documentation for the command-line application.