requestty
requestty copied to clipboard
Implemented OrderSelect
Here is a first beta of the order_select question (Discussed in [#13]), but i'ts not complete.
I still have to :
- [ ] implement the automatic test module, since I tested it manually
I intentionally not implemented many functions in the builder (choice, choice_with_default, separator, default_spearator, choice_with_default) for the following reasons :
- Since the user will mix the order of the options in the list, separators aren't necessary,
- "Choice" and "choice with default" don't seem necessary anymore to me, because the programmer can compose the list and set the order of the options before building the question.
Let me know if you want changes in the code.
Only tested on Windows 11.