We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f503f5 commit 85a2980Copy full SHA for 85a2980
completion/fish.go
@@ -79,7 +79,7 @@ func (f Fish) gen(buf io.StringWriter, cmd *kong.Node) {
79
_, _ = buf.WriteString(fmt.Sprintf(" -s %c", f.Short))
80
}
81
_, _ = buf.WriteString(fmt.Sprintf(" -l %s", f.Name))
82
- _, _ = buf.WriteString(fmt.Sprintf(" -d '%s'", f.Help))
+ _, _ = buf.WriteString(fmt.Sprintf(" -d \"%s\"", f.Help))
83
_, _ = buf.WriteString("\n")
84
85
0 commit comments