Skip to main content

Module output

Module output 

Source
Expand description

CLI flag configuration for output behavior

This module defines OutputFlags, which captures the --quiet, --verbose, and --json flags from the command line. These flags control how the TerminalPresenter renders events: Verbosity controls whether an event is shown; OutputMode controls where and how.

Commands produce output through the core Output type, which sends events into a channel. OutputFlags configures the presenter that consumes those events, not the output itself.

Structs§

OutputFlags
CLI flag configuration for output behavior

Enums§

OutputMode
Output format and destination strategy
Verbosity
Level of output detail requested by the user