Versions in this module Expand all Collapse all v1 v1.1.0 Jul 14, 2026 v1.0.0 Jul 9, 2026 Changes in this version + func Execute() + type ExitError struct + Code int + Err error + func NewExitError(code int, err error) *ExitError + func (e *ExitError) Error() string + func (e *ExitError) Unwrap() error