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