updated help function
parent
914b05911c
commit
fb4deeea45
5
setup.sh
5
setup.sh
|
|
@ -4,7 +4,10 @@
|
||||||
# Date : 11-05-2023
|
# Date : 11-05-2023
|
||||||
|
|
||||||
show_help() {
|
show_help() {
|
||||||
echo "Usage: $0 [-m helm_install: bool] [-a app_name: str]"
|
echo "Usage: $0 [-m] [-a <app_name>]"
|
||||||
|
echo "Options:"
|
||||||
|
echo " -m Install helm"
|
||||||
|
echo " -a <app_name> Specify the app name"
|
||||||
}
|
}
|
||||||
|
|
||||||
helm_install=false
|
helm_install=false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue