-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
Description
It wouldn't be too hard to auto-generate a CLI for each target so the user could pass in positional args or flags per arg.
e.g.
func Build(OS string, ARCH string) error {
// build with GOOS and GOARCH
}
$ mage build -os darwin -arch amd64
building with GOOS=darwin GOARCH=amd64
jrnt30, olivoil, vassudanagunta, andrewkroh, albttx and 25 more