diff --git a/modelscan/cli.py b/modelscan/cli.py index 880063b..db93869 100644 --- a/modelscan/cli.py +++ b/modelscan/cli.py @@ -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",