Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIs there a way to allow any arbitrary flags for a particular command? #663
Comments
|
I have the same problem. When i tested main func with some test flag (go test ***_test.go -v -x) Can I run app with unkown parameter? |
|
I actually figured it out, set |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Currently you get:
Incorrect Usage: flag provided but not defined: -vif 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?