v4.4.1
Fixes
- use viper fork that contains a fix to make cobra's
StringArray
flags work properly- this fixes the issue, that flag values containing commas got split (because we had to use
StringSlice
type flags) - this is to be changed back to upstream viper as soon as spf13/viper#398 (or a similar fix) got merged
- this fixes the issue, that flag values containing commas got split (because we had to use