[][src]Function prettylog::command

pub fn command(message: &str)

Takes a message &str as input and Prints

⚡ CMD : message

Examples

prettylog::command("echo $HOME");