#!/usr/bin/env perl

use strict;
use warnings;

use App::Logbook::Command;

App::Logbook::Command->dispatch;

