From 9dae61919daeb33e0bdf3296694938a05359c68b Mon Sep 17 00:00:00 2001 From: ekultek Date: Sat, 10 Feb 2018 19:30:39 -0600 Subject: [PATCH] leaving a to do not for myself --- lib/core/parse.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/core/parse.py b/lib/core/parse.py index 88a8298..2f82d57 100644 --- a/lib/core/parse.py +++ b/lib/core/parse.py @@ -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: