Description
Shell scripts can ask users for input through a small command-line helper.
It is useful for interactive installers, project scripts, and terminal workflows that need simple prompts. User-input helpers should validate answers before using them in file, network, or destructive commands.