mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-04-06 19:12:26 +02:00
Fleshed out Help
This commit is contained in:
parent
3e98ab6171
commit
9b9a8c1fbd
17
bin/cadmus
17
bin/cadmus
@ -30,7 +30,7 @@ function setvars() {
|
||||
|
||||
|
||||
# * Sub-functions
|
||||
# ** Help
|
||||
# ** MainMenu
|
||||
|
||||
function mainHelp() {
|
||||
|
||||
@ -427,6 +427,21 @@ subHelp () {
|
||||
echo -e " \e[1;94m\e[3m\e[1m Cadmus Tools\e[0m"
|
||||
echo -e "\e[1;35m -------------------------\e[0m "
|
||||
ToolsHelp # This is the exception because these things don't have a help cause they're so simple
|
||||
|
||||
|
||||
echo
|
||||
echo
|
||||
echo -e "\e[1;35m -------------------------\e[0m "
|
||||
echo -e " \e[1;94m\e[3m\e[1m Cadmus Tools\e[0m"
|
||||
echo -e "\e[1;35m -------------------------\e[0m "
|
||||
ExportHelp
|
||||
|
||||
echo
|
||||
echo
|
||||
echo -e "\e[1;35m -------------------------\e[0m "
|
||||
echo -e " \e[1;94m\e[3m\e[1m Cadmus Tools\e[0m"
|
||||
echo -e "\e[1;35m -------------------------\e[0m "
|
||||
ConvertHelp
|
||||
}
|
||||
|
||||
# * Call the Main Function
|
||||
|
Loading…
x
Reference in New Issue
Block a user