Files
knowledge-graph-agent/gen_swagger.ps1
T

7 lines
209 B
PowerShell
Executable File

$ErrorActionPreference = 'Stop'
$ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
Set-Location (Join-Path $ScriptDir 'backend')
swag init -g ./cmd/server/main.go --parseDependency --parseInternal