
App::TimeTracker::Command::worked - calculate total worked time per task

Implements the 'worked' command, which you can use to query how long you worked on different tasks
~$ tracker worked task worked 12 hours, 37 minutes, 34 seconds on task ~$ tracker worked task --from 0101 ~$ tracker worked task --from 0101 --to 0131 ~$ tracker worked task --this week ~$ tracker worked task --last month

Usage Description for Getopt::Long::Descriptive
Command line options definition
Command line options validation
Implementation of command

Thomas Klausner, <domm at cpan.org>

Copyright 2008 Thomas Klausner, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.