Closed Abhinavcode13 closed 4 months ago
case "${OPTION}" in
m) mode_opt="${OPTARG}"
;;
k) k8s_distro="${OPTARG}"
;;
d) debug="${OPTARG}"
;;
a) apps="${OPTARG}"
;;
f) fineract_instansces="${OPTARG}"
;;
e) environment="${OPTARG}"
;;
v) k8s_user_version="${OPTARG}"
;;
u) k8s_user="${OPTARG}"
;;
h|H) showUsage
Here in the previous version there was no option related to n
specifically.
What is the relevance of this change ?