Skip to main content

pause_for_enter

Function pause_for_enter 

Source
pub fn pause_for_enter() -> Result<()>
Expand description

Wait for user confirmation before closing the process.

ยงErrors

Returns an error when writing the prompt to stderr fails or when stdin cannot be read.