Function display_string_discreetly

Source
fn display_string_discreetly(
    discreet_string: &str,
    continue_message: &str,
) -> Result<()>
Expand description

Print the string to an alternate screen, so that the string won’t been printed to the terminal.