commands

package
v0.0.0-...-4a00286 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DescribeCommand

type DescribeCommand struct {
	// contains filtered or unexported fields
}

func NewDescribeCommand

func NewDescribeCommand(runtimeConf *runtime.Conf, reader tools.Reader, writer tools.Writer) *DescribeCommand

func (*DescribeCommand) Run

func (d *DescribeCommand) Run(id string) error

type InstallCommand

type InstallCommand struct {
	// contains filtered or unexported fields
}

func NewInstallCommand

func NewInstallCommand(
	runtimeConf *runtime.Conf,
	reader tools.Reader,
	resultWriter result.Writer,
	logger loggers.Logger,
) *InstallCommand

func (*InstallCommand) Run

func (d *InstallCommand) Run(id string) error

type ListCommand

type ListCommand struct {
	// contains filtered or unexported fields
}

func NewListCommand

func NewListCommand(runtimeConf runtime.Conf, reader tools.Reader, writer tools.Writer) *ListCommand

func (*ListCommand) Run

func (l *ListCommand) Run(installed bool, kind string, lang string) error

type RemoveCommand

type RemoveCommand struct {
	// contains filtered or unexported fields
}

func NewRemoveCommand

func NewRemoveCommand(
	runtimeConf *runtime.Conf,
	reader tools.Reader,
	resultWriter result.Writer,
	logger loggers.Logger,
) *RemoveCommand

func (*RemoveCommand) Run

func (d *RemoveCommand) Run(id string) error

type UpdateCommand

type UpdateCommand struct {
	// contains filtered or unexported fields
}

func NewUpdateCommand

func NewUpdateCommand(
	runtimeConf *runtime.Conf,
	reader tools.Reader,
	resultWriter result.Writer,
	logger loggers.Logger,
) *UpdateCommand

func (*UpdateCommand) Run

func (d *UpdateCommand) Run(id string) error

Jump to

Keyboard shortcuts

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