mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
@@ -546,6 +546,7 @@ def kitten_clis() -> None:
|
|||||||
print('func (opts Options) AsCommandLine() (ans []string) {')
|
print('func (opts Options) AsCommandLine() (ans []string) {')
|
||||||
if ser:
|
if ser:
|
||||||
print('\t sval := ""')
|
print('\t sval := ""')
|
||||||
|
print('\t _ = sval')
|
||||||
for x in ser:
|
for x in ser:
|
||||||
print('\t' + x)
|
print('\t' + x)
|
||||||
print('return')
|
print('return')
|
||||||
|
|||||||
Reference in New Issue
Block a user