Skip to content

v4.4.1

Compare
Choose a tag to compare
@iwilltry42 iwilltry42 released this 06 Apr 18:28
· 639 commits to main since this release
66be717

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