Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-04-25 22:49:55 +03:00
parent fa57e0d9f0
commit 4ef44c2b39

View file

@ -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: