Versions in this module Expand all Collapse all v0 v0.0.1 Sep 30, 2022 Changes in this version + func NewCommand() *cobra.Command + func NewCommandInstall(rootCommand *RootCommand) *cobra.Command + func NewCommandList(rootCommand *RootCommand) *cobra.Command + func NewRootCommand() *cobra.Command + type InstallCommand struct + Name string + RootCommand *RootCommand + func (installCommand InstallCommand) RunE(cmd *cobra.Command, args []string) error + type ListCommand struct + RootCommand *RootCommand + func (listCommand ListCommand) RunE(cmd *cobra.Command, args []string) error + type RootCommand struct + BinPath string + Config string + Debug string + GPM *gpm.GPM + HomePath string + StorePath string + Verbose bool + func (rc RootCommand) RunE(_ *cobra.Command, _ []string) error v0.0.0-alpha.1 Aug 31, 2020