Textualize / rich

Rich is a Python library for rich text and beautiful formatting in the terminal.
https://rich.readthedocs.io/en/latest/
MIT License
49.73k stars 1.73k forks source link

Add numerical choices to prompt #3495

Open cattanimarco opened 2 months ago

cattanimarco commented 2 months ago

Type of changes

Checklist

Description

I have added the option to prompt to have a numerical choice. This avoid the user to type long options. Suggestion how to better implement the feature are welcome 😄