File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ showGlobalSettingFile() {
2222
2323clear
2424menuInit " Maven demo menu"
25- submenuHead " Life cycle commands: "
25+ submenuHead " Life cycle commands "
2626 menuItem c " Clean all" " mvn clean:clean"
2727 menuItem x " Compile" " mvn clean compile"
2828 menuItem t " Test" " mvn clean test"
2929 menuItem i " Install" " mvn clean install"
30- submenuHead " Also usefull: "
30+ submenuHead " Also usefull "
3131 menuItem d " Analyze dependencies" " mvn dependency:analyze"
3232 menuItem u " Clean compile force updates" " mvn clean compile -U -DskipTests"
3333 menuItem e " Show effective settings" " mvn help:effective-settings"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ waitstatus=true # whether to wait for key press after menu c
1919continuemenu=true # whether to continue menu loop (quit will set this to false)
2020globalClmWidth=20 # the default (minimum) column width
2121actualmenu=" EasyKey.shellmenu" # the default menu heading
22- actualsubmenuname=" Your commands: " # the default sub menu heading
22+ actualsubmenuname=" Your commands " # the default sub menu heading
2323menuHeadingFGClr=" $clrWhite " # the default menu heading foreground color
2424menuHeadingBGClr=" $clrBlue " # the default menu heading background color
2525submenuFGClr=" $clrCyan " # the default sub menu heading foreground color
@@ -34,7 +34,7 @@ formattedheading="" # the cache for formatted heading
3434generatedmenu=" " # the menu cache (menu will be compiled once and then cached)
3535menudatamap=() # the menu data
3636has_two_clms=false # whether the menu hast two columns
37- calculatedMenuWidth=$(( 2 * globalClmWidth + 3 )) # the calculated column width
37+ calculatedMenuWidth=$(( globalClmWidth + 3 )) # the calculated column width
3838
3939# ###########################
4040# ###########################
You can’t perform that action at this time.
0 commit comments