# Examples
## Scope
Runnable examples demonstrating `wca` usage patterns.
### Responsibility Table
| `wca_trivial.rs` | Minimal command registration and execution |
| `wca_fluent.rs` | Fluent builder with context and error handling |
| `wca_custom_error.rs` | Error type variants through routines |
| `wca_suggest.rs` | Fuzzy command suggestion on typos |
| `wca_shortcut.rs` | Shortcut command pattern (deprecated, commented out) |