# shellcheck shell=dash disable=SC2034
___x_cmd_writer_explain(){
    local op="$1"
    case "$op" in
        -h|--help)      ___x_cmd help -m writer explain  "$@"; return  ;;
    esac

    ___x_cmd_writer_request "${___X_CMD_DEFAULT_LANGUAGE:-"en"}" explain "$@"
}
