[][src]Module rhc::interactive

Structs

SelectedValues

Functions

cut_to_current_word_start

Like readline Ctrl-W

interactive_mode
prompt_for_variables

Given a list of unbound variable names, prompt the user to interactively enter values to bind them to, and return those created KeyValues. Returning None means the user aborted with Ctrl-C and we should not send the request.