cobra-extensions v0.2.6
Changes
- Adds the
NewRootCommand
helper method to create rootcobra.Command
objects with the application name and description. - Changes the
NewCommandLineApplication
method to set the application name and description (required to generate proper app completion scripts).