gin icon indicating copy to clipboard operation
gin copied to clipboard

Flag provided but not defined

Open alshdavid opened this issue 6 years ago • 1 comments

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

alshdavid avatar Aug 08 '18 02:08 alshdavid

Oh my bad

gin --logPrefix yo

alshdavid avatar Aug 08 '18 03:08 alshdavid