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

https://github.com/code4mk/rust-clap-boilerplate

🦀 Rust Clap CLI Boilerplate 🦀
https://github.com/code4mk/rust-clap-boilerplate

clap clap-boilerplate clap-cli clap-cli-boilerplate clap-rs

Last synced: 29 days ago
JSON representation

🦀 Rust Clap CLI Boilerplate 🦀

Awesome Lists containing this project

README

          

🦀 Rust Clap CLI Boilerplate 🦀

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

# installation

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

# build

```
cargo build
cargo install --path .
```