1. Getting started
  2. A command line app in 15 minutes
    1. Project setup
    2. Parsing command line arguments
    3. First implementation
    4. Nicer error reporting
    5. Output for humans and machines
    6. Testing
    7. Packaging and distributing a Rust tool
  3. In-depth topics
    1. Signal handling
    2. Using config files
    3. Exit codes
    4. Communicating with humans
    5. Communicating with machines
    6. Rendering documentation for your CLI apps
  4. Resources