Skip to content

Commit b136f8a

Browse files
committed
refactor: ♻️ optimize echo command in show_help function
1 parent 7e5b154 commit b136f8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli-tips.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ show_help() {
4343
echo -e " $(basename "$0") \e[1;34m--language\e[0m en"
4444
echo -e " $(basename "$0") \e[1;34m--language\e[0m es"
4545
echo -e " $(basename "$0") \e[1;34m--about\e[0m git"
46-
echo
47-
echo
46+
echo -e "\n"
4847
echo -e "\e[1mGitHub:\e[0m \e[0;30mhttps://github.com/cli-stuff/cli-tips\e[0m"
4948
}
5049

0 commit comments

Comments
 (0)