can specifiy start and end datetimes for tracking
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
1f482cf3f2
commit
be36db753d
2 changed files with 49 additions and 20 deletions
1
bin/ctt
1
bin/ctt
|
|
@ -55,6 +55,7 @@ def parse_argv(argv, version):
|
|||
nargs=1)
|
||||
parser['track'].add_argument("-e", "--end", help="End datetime (format: %s)" % ctt.DATETIMEFORMAT_PLAIN,
|
||||
nargs=1)
|
||||
parser['track'].add_argument("-c", "--comment", help="Add comment after tracking", action='store_true')
|
||||
parser['track'].add_argument("project", help="Project to track time for", nargs=1)
|
||||
|
||||
parser['report'] = parser['sub'].add_parser('report',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue