shell_println

Macro shell_println 

Source
macro_rules! shell_println {
    ($($data: tt)*) => { ... };
}
Expand description

Simplified macro which does exactly the same as println but overwrites the current prompt rather than appending text after the prompt.