diff --git a/molecule/cmdline.py b/molecule/cmdline.py index ecdc861..8612dc0 100644 --- a/molecule/cmdline.py +++ b/molecule/cmdline.py @@ -36,10 +36,10 @@ def parse(): myargs = sys.argv[1:] - if "--help" in myargs: - return data, [] if "--nocolor" in myargs: molecule.output.nocolor() + if "--help" in myargs: + return data, [] for arg in args_to_remove: if arg in myargs: