Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,10 @@ gtt report --output=table
gtt report --output=markdown
gtt report --output=csv
gtt report --output=pdf --file=filename.pdf
gtt report --output=xlsx --file=filename.xlsx
```

Defaults to `table`. `csv` and `markdown` can be printed to stdout, `pdf` needs the file parameter.
Defaults to `table`. `csv` and `markdown` can be printed to stdout, `pdf` and `xlsx` need the file parameter.

#### Print the output to a file

Expand Down Expand Up @@ -598,7 +599,7 @@ timeFormat:
timezone: "Europe/Berlin"

# Output type
# Available: csv, table, markdown, pdf
# Available: csv, table, markdown, pdf, xlsx
# defaults to table
output: markdown

Expand Down
Loading