Skip to content

knack v0.6.2

Compare
Choose a tag to compare
@tjprescott tjprescott released this 22 May 22:21
159055f
  • Adds ability to declare that command groups, commands, and arguments are in a preview status and therefore might change or be removed. This is done by passing the kwarg is_preview=True.
  • Adds a generic StatusTag class to knack.util that allows you to create your own colorized tags like [Preview] and [Deprecated].
  • When an incorrect command name is entered, Knack will now attempt to suggest the closest alternative.