cli_add_help
Generate help text, man pages, and shell completions for a command-line tool by specifying its name and optional shells. Eliminate missing documentation and manual autocompletion setup.
Instructions
Generate comprehensive help text, man pages, and shell completions for a CLI (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shells | No | Shells to generate completions for | |
| api_key | No | API key for authentication | |
| cli_name | Yes | CLI tool name | |
| include_manpage | No | Generate a man page |