Closed gabe565 closed 4 months ago
Cobra currently allows Slice and Array flags to be completed multiple times, but it doesn't support multiple map flags like stringToString and stringToInt in the same way.
stringToString
stringToInt
This PR adds support for map flags to be set multiple times.
All committers have signed the CLA.
Cobra currently allows Slice and Array flags to be completed multiple times, but it doesn't support multiple map flags like
stringToString
andstringToInt
in the same way.This PR adds support for map flags to be set multiple times.