# shellcheck shell=dash disable=SC2034

___x_cmd_writer_expand(){
    local op="$1"
    case "$op" in
        -h|--help)      ___x_cmd help -m writer expand  "$@"; return  ;;
    esac

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