Versions in this module Expand all Collapse all v0 v0.2.0 Jul 20, 2023 v0.1.0 Feb 14, 2023 Changes in this version + type RootCommand struct + func NewRootCommand() *RootCommand + func (c *RootCommand) GetCommandLineFlags(cmd *cobra.Command) map[string]bool + func (c *RootCommand) GetExitCode() int + func (c *RootCommand) SetExitCode(code int)