n 0.03
=cut
=head1 SYNOPSIS
package Time::Tracker;
use Coerce::Types::Standard qw/Int Bool JSON/;
title '...';
abstract '...'
option time => (
type => Int,
option_alias => 'o',
desc
type => Bool,
option_alias => 'e',
description => '...'
);
option history => (
type => JSON->by('decode'),
type_coerce => 1,
description => '...'
);
sub callback {
my ($self) = @_