done

Function done 

Source
pub fn done(message: &str, scope: Option<&str>, ln: Option<bool>)
Expand description

Something finished.

  • message - String to print.
  • scope - Preffix to append.
  • ln - To print in the same line instead (default: false).