Versions in this module Expand all Collapse all v0 v0.0.2 Aug 25, 2025 v0.0.1 Aug 12, 2025 Changes in this version + func NewRootCommand(cli *types.CLI, version string) *cobra.Command + func RunRootCommand(cliInstance *types.CLI, version string, cmd *cobra.Command, args []string) error + func RunSubCommand(c *types.CLI, version string, cmd *cobra.Command, args []string) error