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

https://github.com/near-cli-rs/interactive-clap

Interactive clap
https://github.com/near-cli-rs/interactive-clap

cli crate rust rust-lang

Last synced: 2 months ago
JSON representation

Interactive clap

Awesome Lists containing this project

README

          

# Interactive clap

> **`interactive-clap` is a Rust crate of helpers for [`clap`](https://github.com/clap-rs/clap) that enable interactive prompts for structs.**

[![Crates.io](https://img.shields.io/crates/v/interactive-clap?style=flat-square)](https://crates.io/crates/interactive-clap)
[![Crates.io](https://img.shields.io/crates/d/interactive-clap?style=flat-square)](https://crates.io/crates/interactive-clap)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](LICENSE-APACHE)
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE-MIT)
[![Contributors](https://img.shields.io/github/contributors/near-cli-rs/interactive-clap?style=flat-square)](https://github.com/near-cli-rs/interactive-clap/graphs/contributors)

See examples in the [`examples/`](https://github.com/near-cli-rs/interactive-clap/tree/master/examples) folder.


Usage example showing a simple struct annotated with interactive-clap

See it in action in [`near-cli-rs`](https://near.cli.rs) and [`bos-cli-rs`](https://bos.cli.rs).