mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
leaving a to do not for myself
This commit is contained in:
parent
fe9c0abb76
commit
9dae61919d
1 changed files with 2 additions and 0 deletions
|
|
@ -280,6 +280,8 @@ class ZeusParser(OptionParser):
|
|||
)
|
||||
# check if any of the arguments are not implemented that have been passed
|
||||
# via the command line
|
||||
# TODO:/
|
||||
# need to create a way to parse all arguments for compatibility with one another
|
||||
for arg in args:
|
||||
for nia in not_implemented_args:
|
||||
if arg == nia:
|
||||
|
|
|
|||
Loading…
Reference in a new issue