mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Apply suggestions from code review
Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# This script generates a data extensions model for a given library in codeql database form
|
||||
# Currently only typeModels and summaryModels are generated
|
||||
@@ -37,7 +37,7 @@ def parse_args():
|
||||
"-w",
|
||||
"--overwrite",
|
||||
action="store_true",
|
||||
help="if provided, use this command to invoke codeql",
|
||||
help="if provided, overwrite the file if it already exists",
|
||||
)
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user