Fix line returns on help output

pull/66/head v0.1.2
rwxrob 3 years ago
parent f823eadc0b
commit 5084c30d94
No known key found for this signature in database
GPG Key ID: 2B9111F33082AE77

@ -79,6 +79,7 @@ func printIfHave(thing, name, value any) {
return
}
Z.PrintEmph(to.String(value))
fmt.Println()
}
// ForTerminal converts the collective help documentation of the given

Loading…
Cancel
Save