Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckUpgradeVersion ¶
CheckUpgradeVersion ...
func CommandLocator ¶
CommandLocator builds a sorted slice of built-in and installed commands
Types ¶
type CLI ¶ added in v1.6.0
type CLI struct {
CommandList []CommandObject `json:"commands"`
}
CLI struct represents an individual command object in package-list.json
type Command ¶ added in v1.4.1
type Command struct {
// contains filtered or unexported fields
}
Command represents an external command being prepared or run
type CommandObject ¶ added in v1.6.0
type CommandObject struct { Name string `json:"name"` Version string `json:"version"` Description string `json:"description"` }
CommandObject contains details for particular command
Click to show internal directories.
Click to hide internal directories.