We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12520da commit ca4d66aCopy full SHA for ca4d66a
1 file changed
includes/dialog_functions.sh
@@ -230,7 +230,8 @@ _parse_dialog_options_() {
230
--extra-label:*) _pdo_opts_+=("--extra-button" "--extra-label" "${1#*:}") ;;
231
--help-label:*) _pdo_opts_+=("--help-button" "--help-label" "${1#*:}") ;;
232
--ok-label:* | --yes-label:* | --no-label:* | --cancel-label:* | --exit-label:*)
233
- _pdo_opts_+=("${1%:*}" "${1#*:}") ;;
+ _pdo_opts_+=("${1%:*}" "${1#*:}")
234
+ ;;
235
--default-item:*) _pdo_opts_+=("--default-item" "${1#*:}") ;;
236
--item-help) _pdo_opts_+=("${1}") ;;
237
--*) _pdo_opts_+=("${1}") ;;
0 commit comments