Documentation ¶
Overview ¶
Package exec provides easy access to command execution for basic uses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error struct { Err error Command string StdLogs string // collected logs from code generation tools. // contains filtered or unexported fields }
Error provides detailed errors from the executed program.
type Option ¶
type Option func(*execConfig)
func IncludeStdLogsToError ¶
func IncludeStdLogsToError() Option
func StepOption ¶
Click to show internal directories.
Click to hide internal directories.