Crate prettycli

Source
Expand description

ยงprettycli

prettycli is a collection of handy functions to print messages to terminal with emojis and colors ๐Ÿ˜

Functionsยง

command
Takes a message &str as input and Prints

โšก CMD : message

critical
Takes a message &str as input and Prints

๐Ÿšจ CRITICAL : message

error
Takes a message &str as input and Prints

๐Ÿคฆ ERROR : message

info
Takes a message &str as input and Prints

๐Ÿ’ INFO : message

link
Takes a message &str as input and Prints

๐Ÿ”— LINK :

message

misc
Takes a message &str as input and Prints

๐Ÿ˜ด MISC : message

wait
Takes a message &str as input and Prints

๐Ÿ™„ WAIT : message

warn
Takes a message &str as input and Prints

โš ๏ธ WARN : message