_choose: just --choose lint: -gdlint . -gdformat . api_version := "v0.0.0-rc.4" api_location := "scripts/api-client" generate: #!/bin/sh API_URL="https://git.euph.dev/TowerDefence/Server/releases/download/{{ api_version }}/api.yml" rm -rf {{ api_location }} mkdir -p {{ api_location }} npx --yes @openapitools/openapi-generator-cli \ generate \ -g gdscript \ -i "$API_URL" \ -o {{ api_location }} \ -t .api-template