mirror of
https://github.com/mjsarfatti/beddu.git
synced 2025-06-26 17:08:01 +02:00
Ask -> Request, while Seek makes the answer optional
This commit is contained in:
parent
5ff6a50d32
commit
ce6bfcd04c
6 changed files with 93 additions and 33 deletions
BIN
demo/asciinema.png
Normal file
BIN
demo/asciinema.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue