mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Allow help.t test to find manpages without installing them.
This commit is contained in:
parent
8109c155af
commit
f0bda68b02
43 changed files with 48 additions and 42 deletions
22
doc/man1/timew-export.1.in
Normal file
22
doc/man1/timew-export.1.in
Normal file
|
@ -0,0 +1,22 @@
|
|||
.TH timew-export 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
||||
.
|
||||
.SH NAME
|
||||
timew-export \- export tracked time in JSON
|
||||
.
|
||||
.SH SYNOPSIS
|
||||
.B timew export
|
||||
[
|
||||
.I <range>
|
||||
] [
|
||||
.I <tag> ...
|
||||
]
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
Exports all the tracked time in JSON format.
|
||||
Supports filtering.
|
||||
.
|
||||
.SH EXAMPLES
|
||||
For example:
|
||||
.RS
|
||||
$ timew export from 2016-01-01 for 3wks tag1
|
||||
.RE
|
Loading…
Add table
Add a link
Reference in a new issue