From ed8a37f19a7d889212372396382db501be82b7e7 Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Wed, 15 Jul 2020 01:05:25 +1000 Subject: [PATCH] Added a Legend to main menu --- bin/cadmus | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/cadmus b/bin/cadmus index 79dfb4f..d100268 100755 --- a/bin/cadmus +++ b/bin/cadmus @@ -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 }