mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
fix(list-groups): Delete option (#1527)
This commit is contained in:
3
prowler
3
prowler
@@ -80,9 +80,6 @@ if __name__ == "__main__":
|
||||
parser.add_argument("--excluded-services", nargs="+", help="Services to exclude")
|
||||
# List checks options
|
||||
list_group = parser.add_mutually_exclusive_group()
|
||||
list_group.add_argument(
|
||||
"-L", "--list-groups", action="store_true", help="List groups"
|
||||
)
|
||||
list_group.add_argument(
|
||||
"-l", "--list-checks", action="store_true", help="List checks"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user