Documentation ¶
Index ¶
- Constants
- func GetError(output *orderedmap.OrderedMap[string, CommandOutput]) string
- func LogCmds(cmds *orderedmap.OrderedMap[string, Command])
- func LogOutputs(outputs *orderedmap.OrderedMap[string, CommandOutput])
- func Multi(cmds *orderedmap.OrderedMap[string, Command]) (*orderedmap.OrderedMap[string, CommandOutput], error)
- func Single(key string, skipLog bool, sensitive bool, name string, args ...string) (string, error)
- type Command
- type CommandOutput
Constants ¶
View Source
const EmptyOutput = ""
Variables ¶
This section is empty.
Functions ¶
func GetError ¶
func GetError(output *orderedmap.OrderedMap[string, CommandOutput]) string
func LogOutputs ¶
func LogOutputs(outputs *orderedmap.OrderedMap[string, CommandOutput])
Types ¶
type Command ¶
func GetSensitive ¶
Click to show internal directories.
Click to hide internal directories.