package
Version:
v0.7.31
Opens a new window with list of versions in this module.
Published: Apr 24, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Level indicates the kind of status message.
const (
LevelStep Level = iota
LevelInfo
LevelWarn
LevelDone
)
Status levels for progress reporting.
StatusFunc is a callback for reporting progress from business logic.
Business logic calls this instead of importing ui directly.
Streams bundles the standard output and error writers.
Out is for results (data a script would consume).
Err is for status, progress, and warnings.
FromCmd creates Streams from a cobra command's configured writers.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.