Documentation
¶
Overview ¶
Package shell holds shared helpers for rendering, quoting, and wrapping external commands. It is used by the application core, converter adapters, and config-defined tools so command handling stays consistent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandError ¶
CommandError wraps a failed command execution with the rendered command line and any captured output.
func CommandStringError ¶
func CommandStringError(command string, result ports.CommandResult, err error) error
CommandStringError is CommandError for commands given as raw strings.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.