Kite interface to GNU readline.
_rl
: _rl_name
: add_history(text)
: Add command to command history.text
: Command to add to history.readline(prompt)
: Ask for a line of user input, including command history.prompt
: The prompt to emit to the user.