cobra-extensions v0.2.3
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.