Files
argon-v3/debug.bat

6 lines
188 B
Batchfile

@echo off
:: run the go run command passing the path to the main.go file, with the working directory set to the bin folder. pass in the arguments
set __ARGON_DEBUG__=true
go run ./src %*