#clap #interactive #cli #io-crates-clap

interactive-clap

Interactive mode extension crate to Command Line Arguments Parser (https://crates.io/crates/clap)

15 releases

0.3.2 Feb 11, 2025
0.3.1 Sep 18, 2024
0.3.0 Aug 9, 2024
0.2.10 Apr 21, 2024
0.1.0 Dec 20, 2022

#936 in Text processing

Download history 340/week @ 2025-02-03 700/week @ 2025-02-10 342/week @ 2025-02-17 572/week @ 2025-02-24 408/week @ 2025-03-03 528/week @ 2025-03-10 453/week @ 2025-03-17 914/week @ 2025-03-24 570/week @ 2025-03-31 877/week @ 2025-04-07 650/week @ 2025-04-14 848/week @ 2025-04-21 426/week @ 2025-04-28 554/week @ 2025-05-05 854/week @ 2025-05-12 507/week @ 2025-05-19

2,390 downloads per month
Used in 18 crates (15 directly)

MIT/Apache

395KB
246 lines

Interactive clap

interactive-clap is a Rust crate of helpers for clap that enable interactive prompts for structs.

Crates.io Crates.io License License Contributors

See examples in the examples/ folder.

Usage example showing a simple struct annotated with interactive-clap

See it in action in near-cli-rs and bos-cli-rs.

Dependencies

~1.5MB
~40K SLoC