cmd

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand() *cobra.Command

func NewCommandInstall

func NewCommandInstall(rootCommand *RootCommand) *cobra.Command

func NewCommandList

func NewCommandList(rootCommand *RootCommand) *cobra.Command

func NewRootCommand

func NewRootCommand() *cobra.Command

Types

type InstallCommand

type InstallCommand struct {
	RootCommand *RootCommand
	Name        string
}

func (InstallCommand) RunE

func (installCommand InstallCommand) RunE(cmd *cobra.Command, args []string) error

type ListCommand

type ListCommand struct {
	RootCommand *RootCommand
}

func (ListCommand) RunE

func (listCommand ListCommand) RunE(cmd *cobra.Command, args []string) error

type RootCommand

type RootCommand struct {
	Verbose   bool
	Debug     string
	Config    string
	HomePath  string
	StorePath string
	BinPath   string
	GPM       *gpm.GPM
}

func (RootCommand) RunE

func (rc RootCommand) RunE(_ *cobra.Command, _ []string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL