Skip to content

code4mk/rust-clap-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦€ Rust Clap CLI Boilerplate πŸ¦€

A simple boilerplate for creating command-line interfaces in Rust using the Clap library.

installation

cargo install
cargo run -- --help
cargo run -- register-person -f mostafa -l "kamal"

build

cargo build
cargo install --path .

Releases

No releases published

Packages

No packages published

Languages