jdx / demand

prompt library for rust
https://docs.rs/demand
MIT License
52 stars 3 forks source link

add dialog with variable buttons #53

Closed roele closed 4 months ago

roele commented 4 months ago

Add a new Dialog component which shows a dialog similar to Confirm but allows to have a customized set of buttons.

Extending Confirm with more buttons would break backwards compatibility therefore introducing a new type is a safer option. Confirm could be deprecated, as Dialog will provide the same functionality in a slightly different fashion.

This will be required by https://github.com/jdx/mise/issues/2099