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
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
Branching off of the conversation in #192, we should see if we can use variadic configuration functions to remove as much configuration via global variables as possible.
The things we should consider removing from global config:
Validators to AskOne
Icon Text
Help input rune
PageSize
Default filter
The text was updated successfully, but these errors were encountered:
@ahmetb thanks for the suggestion! I'm curious if that was because you think there is a better default? I pulled 7 out of nowhere so if you have any reason for a particular number, i'd love to hear it
Well you can already configure it per prompt by setting the PageSize field on the Select and MultiSelect structs but I'm adding the ability to set it with an AskOpt now
Branching off of the conversation in #192, we should see if we can use variadic configuration functions to remove as much configuration via global variables as possible.
The things we should consider removing from global config:
AskOne
The text was updated successfully, but these errors were encountered: