Option Handling
$class->name->new_with_options( { home => $self->home, config => $config, _currentproject => $self->project, } )->run;
start
and stop
need an option --at
~$ tracker start --at 10:00
$class->name->new_with_options( { home => $self->home, config => $config, _currentproject => $self->project, } )->run;
start
and stop
need an option --at
~$ tracker start --at 10:00