mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Docs: Added 'cancel' command
This commit is contained in:
parent
ee2b13b323
commit
031b39b568
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue