Skip to content

Commit

Permalink
--no-audit-and-monitor -> --disable-audit-and-monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
cb22 committed Jul 14, 2022
1 parent 3282b48 commit 9a83d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def cli(ctx, debug, telemetry, disable_optional_telemetry_data):
help="Output standard exit codes. Default: --exit-code")
@click.option("--policy-file", type=SafetyPolicyFile(), default='.safety-policy.yml',
help="Define the policy file to be used")
@click.option("--audit-and-monitor/--no-audit-and-monitor", default=True,
@click.option("--audit-and-monitor/--disable-audit-and-monitor", default=True,
help="Send results back to pyup.io for viewing on your dashboard. Requires an API key.")
@click.option("--project", default=None,
help="Project to associate this scan with on pyup.io. Defaults to a canonicalized github style name if available, otherwise unknown")
Expand Down

0 comments on commit 9a83d60

Please sign in to comment.