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 🦀
- Host: GitHub
- URL: https://github.com/code4mk/rust-clap-boilerplate
- Owner: code4mk
- Created: 2023-11-19T15:55:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T08:23:34.000Z (about 2 years ago)
- Last Synced: 2025-02-19T12:55:25.932Z (10 months ago)
- Topics: clap, clap-boilerplate, clap-cli, clap-cli-boilerplate, clap-rs
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```