mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Updated for comments
This commit is contained in:
parent
fa57e0d9f0
commit
4ef44c2b39
1 changed files with 1 additions and 0 deletions
|
@ -781,6 +781,7 @@ def main():
|
|||
args = sys.argv
|
||||
args.pop(0)
|
||||
|
||||
# slpkg new-config it works outside from the main arguments because of the load configurations settings.
|
||||
if len(args) == 1 and args[0] == '-x' or len(args) == 1 and args[0] == 'new-config':
|
||||
options: list = []
|
||||
if not Configs.colors:
|
||||
|
|
Loading…
Reference in a new issue