mendelt / cmdr

Cmdr is a library for building line-oriented text-based user interfaces in Rust.
Apache License 2.0
15 stars 1 forks source link

Implement a wizard macro to let a user enter data by answering a series of questions #22

Closed mendelt closed 5 years ago

mendelt commented 5 years ago

This could be done using a derive macro on a struct with annotated fields to store the entered answers. Maybe this should be a separate crate from cmdr?

mendelt commented 5 years ago

This doesn't fit the design of cmdr right now. Won't do