Skip to content

cobra-extensions v0.2.3

Compare
Choose a tag to compare
@matzefriedrich matzefriedrich released this 25 Apr 22:25
· 19 commits to main since this release
b1bd968

This release introduces new features and improvements, for instance:

  • The charmer module was added to tame cobra; use this module when defining hierarchal commands. The ability to use method chaining helps to keep the code clean.
  • You can now declare positional arguments in your command types and get values mapped to fields.