mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-11 20:48:11 +01:00
Fixed for flags
This commit is contained in:
parent
a3a6449a74
commit
00822ba1c7
1 changed files with 2 additions and 2 deletions
|
@ -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. """
|
||||||
|
|
Loading…
Add table
Reference in a new issue