diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index abd6d8f..365a6fd 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -93,7 +93,7 @@ function cli { # provided, execute the help functionality and end script # execution. if [[ ! "$1" ]] || [[ ! "$1" =~ '^[[:alpha:]]' ]];then - ${CLI_BASEDIR}/${CLI_NAME}.sh help --read --format="texinfo" tcar-fs::: + cli_runFnEnvironment help --read --format="texinfo" tcar-fs::: exit fi