#!perl

use strict;
use warnings;

use Giblog;

Giblog->run_command(@ARGV);

=encoding utf8

=head1 NAME

giblog - Giblog command system

=head1 SYNOPSIS

  Usage: giblog [OPTIONS] [COMMAND] [ARGS]

    giblog new mysite
    giblog new_website mysite
    giblog new_blog mysite
    giblog add
    giblog build
    giblog -H /home/kimoto/mysite add
    giblog --home /home/kimoto/mysite build

  Options:
    -H, --home <directory>         Home directory
    -h, --help                     Show this message

=head1 DESCRIPTION

Run Giblog command which is defined as subclass of L<Giblog::Command>.

=cut
