mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor improvement
This commit is contained in:
parent
9fc856b3a6
commit
0a266f602c
4 changed files with 38 additions and 8 deletions
|
|
@ -863,9 +863,11 @@ def cmdLineParser(argv=None):
|
|||
|
||||
if "--gui" in argv:
|
||||
from lib.core.gui import runGui
|
||||
|
||||
runGui(parser)
|
||||
|
||||
if hasattr(parser, "_args"):
|
||||
return parser._args
|
||||
|
||||
elif "--sqlmap-shell" in argv:
|
||||
_createHomeDirectories()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue