NAME
App::JobLog::Command::resume - resume last closed task
VERSION
version 1.042
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
Without options specified 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.
You may specify tags to look for or avoid, in which case a new event is added to the log identical in tags and description to the most recent event matching the tag restriction.
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.