(question msg)
(question msg force?)
(question-loop msg options)
(question-loop msg options force?)
(user-input-str)
Return string from user input For unknown reason read-line not always asks for input, so additional check needs to be done.
Return string from user input For unknown reason read-line not always asks for input, so additional check needs to be done.
(yes-question msg)
(yes-question msg force?)
Asks user a msg
and expects yes input. Returns true or false based on the response.
Asks user a `msg` and expects yes input. Returns true or false based on the response.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close