Provides useful colored outputs for user feedback on actions
Display error message in stderr, prefixed by check emoji
Display error message in stderr, prefixed by check emoji
show_error "Oh snap, that went horribly wrong"
- $1 (string): Error message to display
Display success message in stderr, prefixed by cross emoji
show_success "There it is! World peace."
- $1 (string): Success message to display