mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00

Continues to throw an exception and to return 255 if no output is produced. Signed-off-by: Los Patchos <44246129+lospatchos@users.noreply.github.com>
20 lines
541 B
Text
20 lines
541 B
Text
= timew-report(1)
|
|
|
|
== NAME
|
|
timew-report - run an extension report
|
|
|
|
== SYNOPSIS
|
|
[verse]
|
|
*timew* [*report*] _<report>_ [_<range>_] [_<tag>_**...**]
|
|
|
|
== DESCRIPTION
|
|
Runs an extension report, and supports filtering data.
|
|
The 'report' command itself is optional, which means that these two commands are equivalent:
|
|
|
|
$ timew report foo :week
|
|
$ timew foo :week
|
|
|
|
This does however assume there is a 'foo' extension installed.
|
|
|
|
The return code is the return code of the extension.
|
|
If the extension produces no output, 255 is returned.
|