go-cli - Go CLI Application Patterns and Utilities
Provides supplementary CLI patterns and utilities for argument parsing, progress indicators, and user interaction in Go applications.
Tags
Updated: 2026-02-13Capabilities
Typical Inputs
What this skill does
- validate command-line arguments
- display a progress bar for downloads
- present interactive prompts
- print colored output to terminal
Inputs
- command-line arguments
- user input
- file content
- URL for download
Outputs
- validated data
- status changes in terminal
- user confirmation response
- colored console messages
Requirements
- Go runtime environment
- Terminal TTY for colored output
