cli_generate_scaffold
Generate a CLI application scaffold with argument parsing, configuration, and project structure in TypeScript, Python, Go, or Rust.
Instructions
Generate a CLI application scaffold with argument parsing, configuration, and project structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | CLI tool name | |
| api_key | No | API key for authentication | |
| language | Yes | Implementation language | |
| framework | No | CLI framework (e.g. commander, click, cobra, clap) |