leaving a to do not for myself

This commit is contained in:
ekultek 2018-02-10 19:30:39 -06:00
parent fe9c0abb76
commit 9dae61919d

View file

@ -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: