# CLI application template for Rust
This is an opinionated CLI application starter template for [Rust](https://www.rust-lang.org/).
## Instructions
1. Clone this repository.
2. If desired set constants `APP_ORGANIZATION` and `APP_QUALIFIER` in `src/main.rs`.
3. Run help:
```bash
cargo run -- --help
``````