Skip to content

0.4.1

Compare
Choose a tag to compare
@tjprescott tjprescott released this 05 Jun 19:51
7cbee25

Version 0.4.0 introduced deprecation to Knack. This release fixes a bug related to that.

  • Ensures that the action kwarg is only set if the item is deprecated. Previously it would set it to "None" which would then override a pre-existing action like store_true.

Version 0.4.0 also added the concept of the command group table to the CommandsLoader class. This release corrects an issue related to that:

  • The command group table would only be filled by calls to create CommandGroup classes. This resulted in some gaps in the command group table.