Guide
Welcome to the CLI framework guide! This guide will help you get started with building powerful command-line applications in Go.
Getting Started
- Getting Started - Quick introduction to CLI
- Installation - How to install the package
Basic Usage
- Single Command - Create single command CLI applications
- Multiple Commands - Create multi-command CLI applications
- Flags - Working with command-line flags
Interactive Components
- Text Input - Prompt for text input
- Select - Single selection from options
- Confirm - Yes/No confirmation
- Password - Secure password input
- Multiselect - Multiple selection from options
Loading Components
Advanced
- Daemon Mode - Run applications as daemon processes