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
I'm working on my own commitizen template, and the only used options in the pre-existing templates are "input", "list" and "confirm", and the two first differ from the questionary equivalents "text" and "select",
Therefore, as the documentation for questions reads type - The type of questions. Valid type: list, input and etc. See More, I don't know what type of input to use if I for example want to use questionary's "autocomplete" query.