rust-cli
Installation
SKILL.md
Rust CLI Skill
Build professional command-line applications with clap, colored output, and interactive features.
Quick Start
Basic CLI with Clap
[dependencies]
clap = { version = "4", features = ["derive"] }
anyhow = "1"
use clap::{Parser, Subcommand};