Skip to content

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

Notifications You must be signed in to change notification settings

danielschemmel/rust-cli-template

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published