1#!/bin/bash 2 3source "$(dirname "${BASH_SOURCE}")/lib/init.sh" 4 5GENERATOR=swaggerdocs EXTRA_ARGS=--verify ${SCRIPT_ROOT}/hack/update-codegen.sh 6
View as plain text