context

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CLIConfig

type CLIConfig struct {
	CommandName           string
	Description           string
	Version               string
	ProjectConfigFileName string
	InstallDirName        string
	DefaultRegistry       string
}

type CLIContext

type CLIContext struct {
	Config CLIConfig
	Paths  Paths
}

func Initialize added in v1.1.0

func Initialize(cfg CLIConfig) (CLIContext, error)

type Paths

type Paths struct {
	ProjectConfigFile string
	ProjectInstallDir string
	GlobalInstallDir  string
}

func (Paths) IsGlobal added in v1.1.0

func (p Paths) IsGlobal(testedPath string) bool

func (Paths) IsProject added in v1.1.0

func (p Paths) IsProject(testedPath string) bool

Jump to

Keyboard shortcuts

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