rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility
https://rvesse.github.io/airline/
Apache License 2.0
128 stars 20 forks source link

Provide support for prompting #98

Closed rvesse closed 3 years ago

rvesse commented 5 years ago

It would be nice to provide some generic support for prompting for inputs to help end users integrate prompting into their CLIs in a reproducible and configurable way.

This should be a new module airline-prompts so it is entirely optional.

Tasks:

rvesse commented 4 years ago

Fairly close to ready

rvesse commented 3 years ago

Work completed