Description
Shell scripts can ask users to choose from interactive terminal lists instead of parsing free-form input.
It is useful for menus, build helpers, administration scripts, or any workflow that needs a reliable selection step. The selected item may drive later commands, so script authors should validate inputs and actions.