package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: May 9, 2026
License: MIT
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ExitError struct {
Code int
Message string
}
ExitError wraps an exit code for CLI commands that need non-zero exits
without calling os.Exit directly (which breaks testability and defers).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.