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