Software Development
Software Development
CLI Tool
A focused, ergonomic command-line utility.
01
Shape your prompt
6 fields02
Your prompt
611 charactersThe raw prompt, unchanged.
Still needed: Command name, What it does — the preview updates as you type.
Output20 lines · 611 chars
You are an expert in building ergonomic command-line tools. Build a CLI called "". ## Purpose ## Tech - Language: Go - Distribution: Single static binary. ## UX requirements - Clear `--help`, sensible subcommands, and good defaults. - Helpful, non-cryptic error messages and correct exit codes. - A `--dry-run` / verbose option where it makes sense. - Automated tests for argument parsing and core behavior. ## Deliverables 1. Command/flag design before coding. 2. Complete runnable code. 3. README with install and usage examples. Favor a small dependency footprint and explain key design choices briefly.