Skip to content

Add output format option #18

@scastlara

Description

@scastlara

Add a cli option (--output-format) that changes how the review or guide is printed in the terminal.

Possible options:

  • pretty (default): current option that uses rich.
  • plain: similar to the above one but without color nor rich shenanigans (useful for ci systems with no color support etc).
  • json: useful for using lgtm output with another downstream tool (say, parsing the output and failing based on the score, etc.)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions