---------------------------------------------------------------------- This is the API documentation for the gdtest_user_guide_cli library. ---------------------------------------------------------------------- ## Functions Public functions process(data: str) -> str Process input data. Parameters ---------- data Input data string. Returns ------- str Processed output. analyze(data: str) -> dict Analyze data and return statistics. Parameters ---------- data Input data string. Returns ------- dict Analysis results. ---------------------------------------------------------------------- This is the CLI documentation for the package. ---------------------------------------------------------------------- ## CLI: gdtest-user-guide-cli ``` Usage: gdtest-user-guide-cli [OPTIONS] COMMAND [ARGS]... Main CLI entry point for the user-guide-cli tool. Options: --help Show this message and exit. Commands: run Run processing on the input file. stats Show statistics for the input file. ``` ### gdtest-user-guide-cli run ``` Usage: gdtest-user-guide-cli run [OPTIONS] INPUT_FILE Run processing on the input file. Options: -o, --output TEXT Output file path. --help Show this message and exit. ``` ### gdtest-user-guide-cli stats ``` Usage: gdtest-user-guide-cli stats [OPTIONS] INPUT_FILE Show statistics for the input file. Options: --help Show this message and exit. ``` ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- ## Introduction Welcome to gdtest-user-guide-cli. This guide covers basic usage. ## Installation ```bash pip install gdtest-user-guide-cli ``` ## Configuration Advanced configuration options for power users. ## Batch Processing Process multiple files at once using the CLI.