Add help menu
This commit is contained in:
parent
b3d66baa6c
commit
18d4948a12
@ -57,6 +57,9 @@ if [[ "$#" -eq 1 ]]; then
|
||||
# -t/--theme to change theme
|
||||
if [[ "$1" == "-t" || "$1" == "--theme" ]]; then
|
||||
func_seltheme
|
||||
elif [[ "$1" == "-h" || "$1" == "--help" ]]; then
|
||||
echo "-h, --help Show help menu"
|
||||
echo "-t, --theme Show theme selection screen"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user