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