Versions in this module Expand all Collapse all v0 v0.5.0 Mar 30, 2026 v0.4.1 Mar 28, 2026 Changes in this version + type ShellExecutor struct + func NewShellExecutor(opts ...ShellExecutorOption) *ShellExecutor + func (e *ShellExecutor) Execute(ctx context.Context, cmd *ports.Command) (*ports.CommandResult, error) + type ShellExecutorOption func(*ShellExecutor) + func WithShell(path string) ShellExecutorOption