An open API service indexing awesome lists of open source software.

https://github.com/danielschemmel/rust-cli-template

A template for quickly writing (smallish) CLI applications in Rust
https://github.com/danielschemmel/rust-cli-template

Last synced: 5 months ago
JSON representation

A template for quickly writing (smallish) CLI applications in Rust

Awesome Lists containing this project

README

          

`cargo run -- --help`

`cargo run --features subcommands -- help`

`cargo run --features bug -- .. # oh noez!`

# Usage
To use this template for your own project, replace its name "application" with the name of your project in the following files:
- `/Dockerfile`
- `/Cargo.toml`