You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you get: Incorrect Usage: flag provided but not defined: -v if a flag isn't defined, but what if you just want to accept anything so I can pass them along to another command? That possible?
The text was updated successfully, but these errors were encountered:
I have the same problem. When i tested main func with some test flag (go test ***_test.go -v -x)
I got "Incorrect Usage. flag provided but not defined: -test.v"
Currently you get:
Incorrect Usage: flag provided but not defined: -v
if a flag isn't defined, but what if you just want to accept anything so I can pass them along to another command? That possible?The text was updated successfully, but these errors were encountered: