Skip to content

v1.6.1

Compare
Choose a tag to compare
@jpmcb jpmcb released this 24 Oct 23:03
b43be99

Bug fixes ๐Ÿ›

  • Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen within more complex cobra file structures that have many different inits to be executed. Now, the check for groups has been moved to ExecuteC and provides more flexibility when working with grouped commands - @marckhouzam (and shout out to @aawsome, @andig and @KINGSABRI for a deep investigation into this! ๐Ÿ‘๐Ÿผ)