class

Fluxion::CLI::GlobalOptions

Inherits Reference < Object

Options every command understands.

Instance methods

apply_color!
Source
color

Colour override. Nil leaves the automatic terminal detection alone.

Source
color=(color : Bool | Nil)

Colour override. Nil leaves the automatic terminal detection alone.

Source
config_path
Source
config_path=(config_path : String | Nil)
Source
explicit_config?
Source
no_tui=(no_tui : Bool)
Source
no_tui?
Source
register(parser : OptionParser) : Nil
Source
resolved_config_path
Source
use_tui?

The TUI needs a real terminal. In CI, a pipe, or a build tool this is false regardless of --no-tui, so a run never blocks on a UI nobody can see.

Source
verbose=(verbose : Bool)
Source
verbose?
Source