Skip to content

Commit

Permalink
chore/hide-system-scan-from-help-text
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpulver committed Sep 2, 2024
1 parent 96ddcb5 commit 011fc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions safety/scan/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ def sort_vulns_by_score(vuln: Vulnerability) -> int:
@scan_system_app.command(
cls=SafetyCLICommand,
help=CLI_SYSTEM_SCAN_COMMAND_HELP,
hidden=True,
options_metavar="[COMMAND-OPTIONS]",
name=CMD_SYSTEM_NAME, epilog=DEFAULT_EPILOG)
@handle_cmd_exception
Expand Down

0 comments on commit 011fc95

Please sign in to comment.