Skip to content

Commit

Permalink
refactor: ♻️ optimize echo command in show_help function
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev committed Nov 20, 2024
1 parent 7e5b154 commit b136f8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli-tips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ show_help() {
echo -e " $(basename "$0") \e[1;34m--language\e[0m en"
echo -e " $(basename "$0") \e[1;34m--language\e[0m es"
echo -e " $(basename "$0") \e[1;34m--about\e[0m git"
echo
echo
echo -e "\n"
echo -e "\e[1mGitHub:\e[0m \e[0;30mhttps://github.com/cli-stuff/cli-tips\e[0m"
}

Expand Down

0 comments on commit b136f8a

Please sign in to comment.