This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# === Function: Display Usage Information === | |
display_usage() { | |
# Use the specific blue color from the image you provided (ANSI code approximation) | |
echo -e "\033[1;38;5;81m" | |
echo "fuzmit: Conventional Commits, but Fuzzy." | |
echo -e "\033[0m" | |
echo "" | |
echo -e "\033[1;37m# Conventional Commit Message Format:\033[0m" |