1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-02-22 05:32:57 +01:00

Added a Legend to main menu

This commit is contained in:
Ryan Greenup 2020-07-15 01:05:25 +10:00
parent 5904fcb63f
commit ed8a37f19a

View File

@ -52,7 +52,11 @@ function mainHelp() {
echo -e " 🧰 \e[1;37m misc \e[0m \e[1;34m ┊┊┊ \e[0m Miscelanneous Tools nice to have on hand "
echo -e " 🌏\e[1;92m publish\e[0m \e[1;34m ┊┊┊ \e[0m Publish with \e[1;34m \e[4m\e[3mMkDocs\e[0m\e[0m🐍"
echo -e " 🕮 \e[1;92m preview \e[0m \e[1;34m ┊┊┊ \e[0m Preview with \e[1;34m \e[4m\e[3mMarkServ\e[0m\e[0m "
echo
echo -e " \e[3m\e[1m• Legend\e[0m "
echo
echo -e " 🎆: Executes a command, a Suffixed -h argument will print help"
echo -e " 📁: Prints another Menu"
echo
}