Ask -> Request, while Seek makes the answer optional

This commit is contained in:
Manuele Sarfatti 2025-05-20 17:33:11 +02:00
parent 5ff6a50d32
commit ce6bfcd04c
6 changed files with 93 additions and 33 deletions

View file

@ -102,7 +102,7 @@ demo() {
pen $_pink italic "-- Interactive functions --"
line
ask name "How can I call you?"
request name "How can I call you?"
pen "Hello, $(pen bold cyan "${name:?}")"
line