From de5588e32abe0b3461ce855d9f7964e40a630d7f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 09 2011 22:47:46 +0000 Subject: Update cli.sh. --- diff --git a/Scripts/Bash/Functions/cli.sh b/Scripts/Bash/Functions/cli.sh index 69d35cd..d7c1220 100644 --- a/Scripts/Bash/Functions/cli.sh +++ b/Scripts/Bash/Functions/cli.sh @@ -89,6 +89,10 @@ function cli { # Redefine positional parameters stored inside ARGUMENTS variable. cli_doParseArgumentsReDef "$@" + # Parse positional parameters to retrive the value of common + # arguments (e.g., --answer-yes, --filter, --quiet, etc.). + cli_doParseArgumentsCommon + # Define default text editors used by centos-art.sh script. if [[ ! "$EDITOR" =~ '/usr/bin/(vim|emacs|nano)' ]];then EDITOR='/usr/bin/vim'