Rearrange command line flags, one per line.
This commit is contained in:
parent
c9c7cac04a
commit
f52fc53813
1 changed files with 8 additions and 2 deletions
10
rarpar.py
10
rarpar.py
|
@ -81,8 +81,14 @@ def RARCOMMAND(
|
||||||
command.append(f'-cp{profile}')
|
command.append(f'-cp{profile}')
|
||||||
|
|
||||||
command.extend([
|
command.extend([
|
||||||
'-ibck', '-ma', '-mt1', '-ri1:30', '-ep1',
|
'-ibck',
|
||||||
'-y', '-xthumbs.db', '-xdesktop.ini',
|
'-ma',
|
||||||
|
'-mt1',
|
||||||
|
'-ri1:30',
|
||||||
|
'-ep1',
|
||||||
|
'-y',
|
||||||
|
'-xthumbs.db',
|
||||||
|
'-xdesktop.ini',
|
||||||
])
|
])
|
||||||
|
|
||||||
if compression is not None:
|
if compression is not None:
|
||||||
|
|
Loading…
Reference in a new issue