Documentation
¶
Index ¶
Constants ¶
View Source
const ( BashFormat = "bash" BatchFormat = "batch" PowershellFormat = "powershell" )
Output formats.
Variables ¶
This section is empty.
Functions ¶
func DefaultFormat ¶
func DefaultFormat() string
Types ¶
type EnvFormatter ¶
type EnvFormatter interface { Set(name, val string) string Prepend(name, val string) string Append(name, val string) string }
func GetEnvFormatter ¶
func GetEnvFormatter(format string) (EnvFormatter, error)
Click to show internal directories.
Click to hide internal directories.