mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Docs: Added default arg use case
This commit is contained in:
parent
048928e99e
commit
0bff657a52
1 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
Use Cases
|
Use Cases
|
||||||
=========
|
=========
|
||||||
This document contains a set of use cases and expected behavior. This will
|
This document contains a set of use cases and expected behavior. This will
|
||||||
gradually change into a feature spec.
|
gradually change into a feature spec. The use cases are grouped functionally:
|
||||||
|
|
||||||
|
[1] Basic Usage
|
||||||
|
|
||||||
|
|
||||||
[1.1] Basic Usage: clock
|
[1.1] Basic Usage: clock
|
||||||
|
@ -29,6 +31,15 @@ This results in two consecutive recorded intervals with the 'tag1' and 'tag2' ta
|
||||||
As these tags are not defined, there is no additional metadata.
|
As these tags are not defined, there is no additional metadata.
|
||||||
|
|
||||||
|
|
||||||
|
[1.3] Basic Usage: no arguments
|
||||||
|
-------------------------------
|
||||||
|
Simply running the command with no arguments will show any currently tracking
|
||||||
|
interval, with associated tags:
|
||||||
|
|
||||||
|
$ timew
|
||||||
|
2016-02-29 8:00:00 - now, 3:11:24 total, using 'tag1'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue