Open epage opened 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
master
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.
clap_generate
clap
clap_reflect
clap_generate to not depend on clap but a clap_reflect.
No response
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 onclap
but aclap_reflect
.Describe the solution you'd like
clap_generate
to not depend onclap
but aclap_reflect
.Alternatives, if applicable
No response
Additional Context
No response