mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Remove unused
This commit is contained in:
parent
71ad0d1317
commit
0dddfdcdd6
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ 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:
|
||||
# options: list = ['--no-colors']
|
||||
new_config = NewConfig(options)
|
||||
new_config.check()
|
||||
raise SystemExit(0)
|
||||
|
|
Loading…
Add table
Reference in a new issue