Skip to content

Commit

Permalink
disable slice flag separator
Browse files Browse the repository at this point in the history
  • Loading branch information
arzonus committed Feb 10, 2025
1 parent 77090e6 commit c511e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/cli/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ func NewCliApp(cf ClientFactory, opts ...CLIAppOptions) *cli.App {
printMessage(output, "command not found: "+command)
}

// DisableSliceFlagSeparator is set to true to allow having comma in JSON values for slice flags
app.DisableSliceFlagSeparator = true

for _, opt := range opts {
opt(app)
}
Expand Down

0 comments on commit c511e0e

Please sign in to comment.