Documentation
¶
Index ¶
Constants ¶
View Source
const RunbookCommandDelimiter = "COMMA"
Variables ¶
This section is empty.
Functions ¶
func SupportedShells ¶ added in v0.5.0
func SupportedShells() []string
Types ¶
type SetupChecker ¶ added in v0.7.1
type SetupChecker interface {
// CheckSetup returns an non nil error if the shell setup is not correct
// The error message should contain instructions on how to fix the setup and is safe to display to the user
CheckSetup() error
}
func NewSetupChecker ¶ added in v0.7.1
func NewSetupChecker() SetupChecker
type Shell ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.