epage / clapng

A full featured, fast Command Line Argument Parser for Rust
docs.rs/clap
Apache License 2.0
0 stars 0 forks source link

[modular] Decouple clap_generate from the builder API #225

Open epage opened 2 years ago

epage commented 2 years ago

Issue by epage Tuesday Oct 19, 2021 at 15:36 GMT Originally opened as https://github.com/clap-rs/clap/issues/2912


Please complete the following tasks

Clap Version

master

Describe your use case

We are looking to modular clap

One aspect of this will be to have a general reflection API. A good stepping stone test case is for clap_generate to not depend on clap but a clap_reflect.

Describe the solution you'd like

clap_generate to not depend on clap but a clap_reflect.

Alternatives, if applicable

No response

Additional Context

No response