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
- Host: GitHub
- URL: https://github.com/danielschemmel/rust-cli-template
- Owner: danielschemmel
- Created: 2019-07-10T20:09:06.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-21T16:47:39.000Z (12 months ago)
- Last Synced: 2025-06-21T17:38:00.833Z (12 months ago)
- Language: Rust
- Size: 446 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`