mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
7 lines
435 B
Plaintext
7 lines
435 B
Plaintext
The Term-Prompt module can be used to accept interactive input. You specify
|
|
the type of inputs allowed, a prompt, help text and defaults and it will deal
|
|
with the user interface, (and the user!), by displaying the prompt, showing the
|
|
default, and checking to be sure that the response is one of the legal choices.
|
|
Additional "types" that could be added would be a phone type, a social security
|
|
type, a generic numeric pattern type...
|