-r | --recipient) # Add 'age' recipient via public key string
recPubKeys+=("$2"); vbm "pubkey added:""$2"; shift;;
-c | --compress) OPTION_COMPRESS="true"; vbm "DEBUG:Compressed output mode enabled.";;
- -z | --time-zone) try setTimeZoneEV "$2";;
- -t | --temp-dir) OPTION_TMPDIR="true" && TMP_DIR_PRIORITY="$2";;
- *) echoerr "ERROR: Unrecognized argument."; exit 1;; # Handle unrecognized options.
+ -z | --time-zone) try setTimeZoneEV "$2"; shift;;
+ -t | --temp-dir) OPTION_TMPDIR="true" && TMP_DIR_PRIORITY="$2"; shift;;
+ *) echoerr "ERROR: Unrecognized argument: $1"; echoerr "STATUS:All arguments:$*"; exit 1;; # Handle unrecognized options.
esac
shift
done