NAME
App::JobLog::Command::resume - resume last closed task
VERSION
version 1.005
SYNOPSIS
houghton@NorthernSpy:~$ job last
Sunday, 6 March, 2011
7:36 - 7:37 pm 0.01 bar, foo something to add; and still more
TOTAL HOURS 0.01
bar 0.01
foo 0.01
houghton@NorthernSpy:~$ job resume
houghton@NorthernSpy:~$ job today
Monday, 7 March, 2011
8:01 am - ongoing 0.00 bar, foo something to add; and still more
TOTAL HOURS 0.00
bar 0.00
foo 0.00
DESCRIPTION
App::JobLog::Command::resume lets you begin a new event identical in tags and description to the last one. If the most recent task is ongoing an error message is emitted.
SEE ALSO
App::JobLog::Command::last, App::JobLog::Command::add
AUTHOR
David F. Houghton <dfhoughton@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by David F. Houghton.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.