This commit is contained in:
Kovid Goyal
2025-04-29 09:39:05 +05:30
parent 24aa1f171c
commit b950cb85ce

View File

@@ -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')