Command

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyzeCommand

type AnalyzeCommand struct {
	FileWatcher *fsnotify.Watcher
	// contains filtered or unexported fields
}

func NewAnalyzeCommand

func NewAnalyzeCommand(configuration *Configuration.Configuration, outWriter *bufio.Writer, runners []Engine.Engine, isInteractive bool) *AnalyzeCommand

func (*AnalyzeCommand) Execute

func (v *AnalyzeCommand) Execute() error

func (*AnalyzeCommand) ExecuteRunnerAnalysis added in v0.17.0

func (v *AnalyzeCommand) ExecuteRunnerAnalysis(config *Configuration.Configuration) error

type CleanCommand

type CleanCommand struct{}

func NewCleanCommand

func NewCleanCommand() *CleanCommand

func (*CleanCommand) Execute

func (v *CleanCommand) Execute() error

type GithubAsset

type GithubAsset struct {
	Name                 string
	Browser_download_url string
}

type GithubRelease

type GithubRelease struct {
	Assets []GithubAsset
	Name   string
}

type InitConfigurationCommand added in v0.15.0

type InitConfigurationCommand struct {
}

func NewInitConfigurationCommand added in v0.15.0

func NewInitConfigurationCommand() *InitConfigurationCommand

func (*InitConfigurationCommand) Execute added in v0.15.0

func (v *InitConfigurationCommand) Execute() error

type SelfUpdateCommand

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

func NewSelfUpdateCommand

func NewSelfUpdateCommand(currentVersion string) *SelfUpdateCommand

func (*SelfUpdateCommand) Execute

func (v *SelfUpdateCommand) Execute() error

func (*SelfUpdateCommand) GetLatestRelease

func (v *SelfUpdateCommand) GetLatestRelease() (*GithubRelease, error)

type VersionCommand

type VersionCommand struct {
	CurrentVersion string
}

func NewVersionCommand

func NewVersionCommand(currentVersion string) *VersionCommand

func (*VersionCommand) Execute

func (v *VersionCommand) Execute() error

Jump to

Keyboard shortcuts

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