whoisryosuke / rust-cli-clap

Rust CLI example using Clap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI Example using Clap

Getting Started

  1. Clone this repo: git clone https://github.com/whoisryosuke/rust-cli-clap.git
  2. Navigate inside: cd rust-cli-clap
  3. Build the project: cargo build
  4. Navigate to build folder: cd target\debug
  5. And try it out (replace cli-clap with your project name):
    • cli-clap --help
    • cli-clap --name Me

References

About

Rust CLI example using Clap


Languages

Language:Rust 100.0%