Constants Module API Reference¶
This section documents the internals of the constants
module in Bijux CLI.
bijux_cli.core.constants ¶
Defines shared constants and help text for the Bijux CLI.
This module centralizes constant values used throughout the application, such as default timeouts and standardized help messages for common CLI flags. This practice avoids magic strings and numbers, improving maintainability and ensuring consistency across all commands.