Replies: 1 comment
-
@dzonerzy you could always do command -- --flag1 --flag2 .... Any strings after the "--" are not parsed as flags |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm making a wrapper around the go build tool , so basically I made a build command and I need it to accept any flags without having to specify them so i can forward those flags to the go build command line, is that actually possible?
Beta Was this translation helpful? Give feedback.
All reactions