go-cli - Go CLI application development patterns and utilities
Provides CLI application patterns and best practices for Go development
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
Typical Outputs
What this skill does
- parse command line arguments
- validate arguments
- show progress indicators
- display colored output
- create interactive prompts
- handle user input
Inputs
- CLI arguments
- user input
- feature parameter
- TTY terminal
- command line flags
Outputs
- CLI output
- progress bar display
- colored terminal text
- prompt responses
- validation errors
- status messages
Requirements
- Go programming environment
- TTY terminal support
- standard input access
- Cobra CLI library
- color output library
