---------------------------------------------------------------------- This is the API documentation for the gdtest_exclude_cli library. ---------------------------------------------------------------------- ## Functions Public functions execute(task: str) -> dict Execute a task. Parameters ---------- task Task name to execute. Returns ------- dict Execution results. report() -> str Generate a report. Returns ------- str Report text. ---------------------------------------------------------------------- This is the CLI documentation for the package. ---------------------------------------------------------------------- ## CLI: gdtest-exclude-cli ``` Usage: gdtest-exclude-cli [OPTIONS] COMMAND [ARGS]... Main CLI entry point. Options: --help Show this message and exit. Commands: run Run a specific task. show Show the current report. ``` ### gdtest-exclude-cli run ``` Usage: gdtest-exclude-cli run [OPTIONS] TASK Run a specific task. Options: --help Show this message and exit. ``` ### gdtest-exclude-cli show ``` Usage: gdtest-exclude-cli show [OPTIONS] Show the current report. Options: --help Show this message and exit. ```