Thomas Klausner > App-TimeTracker-0.21 > App::TimeTracker::Command::start

Download:
App-TimeTracker-0.21.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

App::TimeTracker::Command::start - start a new task

DESCRIPTION ^

Implements the 'start' command, which tells App::TimeTracker that you're starting to work on something.

  ~$ tracker start task tag, another tag

  ~$ tracker start --start 1000 task tag, another tag

METHODS ^

usage_desc

Usage Description for Getopt::Long::Descriptive

opt_spec

Command line options definition

validate_args

Command line options validation

run

Implementation of command

AUTHOR ^

Thomas Klausner, <domm at cpan.org>

COPYRIGHT & LICENSE ^

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.