Sourced from github.com/spf13/cobra's releases.
v1.2.1
Bug fixes
- Quickfix for spf13/cobra#1437 after v1.2.0 where parallel use of the
cmd.RegisterFlagCompletionFunc()
(and subsequent map) now works correctly and flag completions now work again
de187e8
Fix flag completion (#1438)