head1 SYNOPSIS
package Time::Tracker;
use Rope::Cmd;
use Coerce::Types::Standard qw/Int Bool JSON/;
colors (
title => 'bright_green',
abstract => 'bright_red',
options_title => 'br
type => Bool,
option_alias => 'e',
description => '...'
);
option history => (
type => JSON->by('decode'),
type_coerce => 1,
description => '...'
);
sub callback {
my ($self) = @_