---------------------------------------------------------------------- This is the API documentation for the gdtest_cli_name library. ---------------------------------------------------------------------- ## Functions Public functions process(data: list) -> list Process a list of data items. Parameters ---------- data The input data to process. Returns ------- list The processed data. summarize(data: list) -> str Summarize a list of data items. Parameters ---------- data The input data to summarize. Returns ------- str A summary of the data. ---------------------------------------------------------------------- This is the CLI documentation for the package. ---------------------------------------------------------------------- ## CLI: gdtest-cli-name ``` Usage: gdtest-cli-name [OPTIONS] COMMAND [ARGS]... MyTool CLI. Options: --help Show this message and exit. Commands: run Run the process. status Show status. ``` ### gdtest-cli-name run ``` Usage: gdtest-cli-name run [OPTIONS] Run the process. Options: --help Show this message and exit. ``` ### gdtest-cli-name status ``` Usage: gdtest-cli-name status [OPTIONS] Show status. Options: --help Show this message and exit. ```