#Default behavior of WithEntrypoint
1 messages · Page 1 of 1 (latest)
👋 we're using goreleaser with Dagger ourserves to release our Go binaries. Here's an example that will probably shed some light on how we accomplish our release https://github.com/dagger/dagger/blob/8abe565ee9986c301235e6b8123c68455b9d209a/internal/mage/cli.go#L23C15-L71
you need to use WithExec instead of WithEntrypoint so the help is not displayed.