File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -502,6 +502,8 @@ type Command struct {
502502 SliceFlagSeparator string `json:"sliceFlagSeparator"`
503503 // DisableSliceFlagSeparator is used to disable SliceFlagSeparator, the default is false
504504 DisableSliceFlagSeparator bool `json:"disableSliceFlagSeparator"`
505+ // MapFlagKeyValueSeparator is used to customize the separator for MapFlag, the default is "="
506+ MapFlagKeyValueSeparator string `json:"mapFlagKeyValueSeparator"`
505507 // Boolean to enable short-option handling so user can combine several
506508 // single-character bool arguments into one
507509 // i.e. foobar -o -v -> foobar -ov
Original file line number Diff line number Diff line change @@ -502,6 +502,8 @@ type Command struct {
502502 SliceFlagSeparator string `json:"sliceFlagSeparator"`
503503 // DisableSliceFlagSeparator is used to disable SliceFlagSeparator, the default is false
504504 DisableSliceFlagSeparator bool `json:"disableSliceFlagSeparator"`
505+ // MapFlagKeyValueSeparator is used to customize the separator for MapFlag, the default is "="
506+ MapFlagKeyValueSeparator string `json:"mapFlagKeyValueSeparator"`
505507 // Boolean to enable short-option handling so user can combine several
506508 // single-character bool arguments into one
507509 // i.e. foobar -o -v -> foobar -ov
You can’t perform that action at this time.
0 commit comments