mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fine-tuning for Github Actions
This commit is contained in:
parent
1d6d2c1892
commit
a9f998273c
4 changed files with 7 additions and 3 deletions
|
|
@ -815,6 +815,9 @@ def cmdLineParser(argv=None):
|
|||
parser.add_argument("--non-interactive", dest="nonInteractive", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
parser.add_argument("--testing", dest="testing", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
parser.add_argument("--gui", dest="gui", action="store_true",
|
||||
help=SUPPRESS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue