mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated for coding style
This commit is contained in:
parent
fcece16859
commit
2b1a05824d
1 changed files with 2 additions and 1 deletions
|
@ -264,7 +264,8 @@ def main():
|
||||||
|
|
||||||
options: list = [
|
options: list = [
|
||||||
'--no-colors',
|
'--no-colors',
|
||||||
'-h', '--help'
|
'-h',
|
||||||
|
'--help'
|
||||||
]
|
]
|
||||||
|
|
||||||
if len(args) == 1:
|
if len(args) == 1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue