From 4ef44c2b39b63b261b7d5fea41181fe7300b27ec Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 25 Apr 2023 22:49:55 +0300 Subject: [PATCH] Updated for comments --- slpkg/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slpkg/main.py b/slpkg/main.py index 8c955fbf..1231e407 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -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: