@ -33,7 +33,7 @@ process_cli_options() {
;;
-s|--select-de)
action=select-de
if [[ -n "$1" && "${1:1}" != "-" ]]; then
if [[ -n "$1" && "${1:0:1}" != "-" ]]; then
selected_de="$1"
assume_yes=1
if [ "$selected_de" = "manual" ]; then