Skip to content

Commit

Permalink
-r option
Browse files Browse the repository at this point in the history
  • Loading branch information
swashko committed Jan 17, 2024
1 parent 8c2aab5 commit 417842a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modelscan/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def cli() -> None:
help="Specify a settings file to use for the scan. Defaults to ./modelscan-settings.toml.",
)
@click.option(
"-r",
"--reporting-format",
type=click.Choice(["console", "json", "custom"]),
default="console",
Expand Down

0 comments on commit 417842a

Please sign in to comment.