1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
function = "readline" description = "Read a line of text with an optional prompt" source = "readline.rs" docs = "readline.md" impure = true [[input]] name = "prompt" type = "string" [[output]] name = "string" type = "string" [[output]] name = "json"