NAME
App::TimeTracker::Command::Category - use categories when tracking time with App::TimeTracker
VERSION
version 1.000
DESCRIPTION
Define some categories, which act like 'Super-Tags', for example: "feature", "bug", "maint", ..
CONFIGURATION
plugins
Add Category
to the list of plugins.
category
add a hash named category
, containing the following keys:
required
Set to a true value if 'category' should be a required command line option
categories
A list (ARRAYREF) of category names.
NEW COMMANDS
none
CHANGES TO OTHER COMMANDS
start, continue, append
--category
~/perl/Your-Project$ tracker start --category feature
Make sure that 'feature' is a valid category and store it as a tag.
AUTHOR
Thomas Klausner <domm@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Thomas Klausner.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.