automaton-build.os.cli-input

question

(question msg force?)(question msg)

question-loop

(question-loop msg options force?)(question-loop msg options)

user-input

(user-input)

Reads user input

user-input-str

(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.

yes-question

(yes-question msg force?)(yes-question msg)

Asks user a msg and expects yes input. Returns true or false based on the response.