Liking cljdoc? Tell your friends :D

badigeon.prompt


promptclj

(prompt prompt)

Read a string from in, prompting with string "prompt".

Read a string from *in*, prompting with string "prompt".
raw docstring

prompt-passwordclj

(prompt-password prompt)

Read a string for the process standard input without echoing, prompting with string "prompt". Note that the process standard input may be different than in when using a socket REPL for example.

Read a string for the process standard input without echoing, prompting with string "prompt". Note that the process standard input may be different than *in* when using a socket REPL for example.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close