You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add inquire::set_global_render_config method to set a global RenderConfig object to be used as the default one for all prompts created after the call.
Add KEY_BINDINGS.md to register all key bindings registered by inquire prompts.
Breaking changes
RenderConfig was made Copy-able and prompts now contain a RenderConfig field where it previously held a &'a RenderConfig. Consequently, with_render_config() methods now accept a RenderConfig argument instead of &'a RenderConfig.