gin
gin copied to clipboard
Flag provided but not defined
Using gin run -t src/app/main.go
I get:
Incorrect Usage: flag provided but not defined: -t app_1 | app_1 | NAME: app_1 | gin run - Run the gin proxy in the current working directory
Windows 10 through Docker
I have tried:
gin run src/app/main.go --logPrefix test
gin run src/app/main.go --logPrefix "test"
gin run src/app/main.go --logPrefix="test"
gin run src/app/main.go --logPrefix=test
gin run --logPrefix test src/app/main.go
gin run --logPrefix test -t src/app/main.go
Oh my bad
gin --logPrefix yo