Skip to content

cobra-extensions v0.2.6

Compare
Choose a tag to compare
@matzefriedrich matzefriedrich released this 27 Aug 20:48
· 14 commits to main since this release
d748f61

Changes

  • Adds the NewRootCommand helper method to create root cobra.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).