cli
cli copied to clipboard
Command accept any flags
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?