fix(list-groups): Delete option (#1527)

This commit is contained in:
Pepe Fagoaga
2022-11-29 16:51:06 +01:00
committed by GitHub
parent e5e01e51a9
commit c2f5177afa

View File

@@ -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"
)