Table of Contents
- Understanding CLI Standards
- Structuring Go Code for CLI Applications
- Design your tool and its purpose
- Popular frameworks in Go to speed up and enhance CLI development
- Processing Different Types of Input via Arguments and Flags
- Calling External Processes and API commands and Handle Timeouts, and Error Handling
- Developing for Different Platforms
- Being Clear, Concise and Consistent with CLIs
- Empathic Side of Development
- Interactivity with Prompts and Terminal Dashboards
- Customizing Go Binaries with Build Tags
- Cross Compilation Across Different Platforms
- Using Containers for Distribution
- Publish your Go binary as a Homebrew Formula with GoReleaser

