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