Guide
Build a CLI with Crust, from one command to a published binary.
Read in order the first time; later pages assume the vocabulary of earlier ones.
- Define: commands, arguments and flags, and values and validation.
- Compose: Contexts for shared setup and Extensions for app-wide behavior.
- Run: error handling and testing.
- Ship: runtime support and build and distribution.