Fixed for flags

This commit is contained in:
Dimitris Zlatanidis 2023-02-26 13:13:21 +02:00
parent a3a6449a74
commit 00822ba1c7

View file

@ -268,9 +268,9 @@ class Argparse(Configs):
self.args.append(flag) self.args.append(flag)
# Put command first and packages seconds. # Put command first and packages seconds.
self.args.reverse() self.args.reverse()
continue
elif flag in self.options: self.flags.append(flag)
self.flags.append(flag)
def is_dialog_enabled(self): def is_dialog_enabled(self):
""" Checking if the dialog box is enabled. """ """ Checking if the dialog box is enabled. """