---------------------------------------------------------------------- This is the API documentation for the gdtest_cli_click library. ---------------------------------------------------------------------- ## Classes Core classes Formatter(style: str = 'default') A text formatter. Parameters ---------- style The formatting style to use. ## Functions Public functions format_text(text: str, style: str = 'default') -> str Format text with a given style. Parameters ---------- text The text to format. style The style to apply. Returns ------- str Formatted text. ---------------------------------------------------------------------- This is the CLI documentation for the package. ---------------------------------------------------------------------- ## CLI: gdtest-cli ``` Usage: gdtest-cli [OPTIONS] TEXT Format text using the gdtest-cli-click formatter. Options: -s, --style TEXT Formatting style. -v, --verbose Verbose output. --help Show this message and exit. ```