go-cli - Go CLI Patterns and Utilities
Provides CLI application patterns and utilities for Go development
Tags
Updated: 2026-02-12Capabilities
Typical Inputs
Typical Outputs
What this skill does
- validate command arguments
- display progress bars
- create interactive prompts
- output colored text
- handle CLI user interactions
Inputs
- command arguments
- user input
- file paths
- TTY environment
Outputs
- formatted console output
- progress indicators
- prompt responses
- colored text
Requirements
- Go programming environment
- TTY-capable terminal
- cobra library
