Skip to content

Commit

Permalink
🐛 fix: cflag - not add NewLine on each option description
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 19, 2024
1 parent bfe7659 commit f1ad3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cflag/cflag.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ func (c *CFlags) renderOptionsHelp(buf *strutil.Buffer) {
}
}

b.WriteByte('\n')
buf.WriteStr1(b.String())
})
}

0 comments on commit f1ad3a6

Please sign in to comment.