Skip to content

Commit

Permalink
fix: invalid header when ',' is in header value (#64)
Browse files Browse the repository at this point in the history
issue: #63
  • Loading branch information
zema1 authored Jul 17, 2024
1 parent 397ccfe commit dd3cba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func main() {
app.Version = Version

defaultConfig := ctrl.DefaultSuo5Config()
app.DisableSliceFlagSeparator = true

app.Flags = []cli.Flag{
&cli.StringFlag{
Expand Down

0 comments on commit dd3cba1

Please sign in to comment.