![]() |
Consolix
|
This module provides commonly used type definitions and enumerations that are shared across various parts of the Consolix framework.
consolix::TextColor
: Defines the available text colors for console output.consolix::CliOptions
: Alias for cxxopts::Options
(available when CONSOLIX_USE_CXXOPTS == 1
).consolix::CliArguments
: Alias for cxxopts::ParseResult
(available when CONSOLIX_USE_CXXOPTS == 1
).