Docs: Added 'cancel' command

This commit is contained in:
Paul Beckingham 2016-04-30 08:30:02 -04:00
parent ee2b13b323
commit 031b39b568
2 changed files with 7 additions and 1 deletions

View file

@ -19,6 +19,7 @@
- Added support for the ':debug' and :quiet hints.
- Added support for the :day, :week, :month, :quarter and :year hints.
- Added 'track' command.
- Added 'cancel' command.
Design completed 2016-03-13
Project started 2015-11-29

View file

@ -21,6 +21,11 @@ When run with no arguments, the default command is run, which indicates whether
there is any active tracking, and if so, shows a summary, and exits with a code
0. If there is no active time tracking, exit code is 1.
.TP
.B timew cancel
If there is an open interval, closes and abandons it.
See also 'stop'.
.TP
.B timew continue
Resumes tracking the most recently closed interval. For example:
@ -97,7 +102,7 @@ stopped, leaving tag2 active. To stop all tracking:
$ timew stop
See also 'continue', 'start', 'track'.
See also 'cancel', 'continue', 'start', 'track'.
.TP
.B timew tags