spf13 / cobra

A Commander for modern Go CLI interactions
https://cobra.dev
Apache License 2.0
38.44k stars 2.86k forks source link

fix(completions): Complete map flags multiple times #2174

Closed gabe565 closed 4 months ago

gabe565 commented 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.

This PR adds support for map flags to be set multiple times.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.