cli-app-template 0.2.4

Starter template for CLI applications
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
   ``````