We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32a1bf commit c99f1d5Copy full SHA for c99f1d5
cli/main.go
@@ -55,7 +55,7 @@ func Main() {
55
func start(_ context.Context, cmd *cli.Command) error {
56
// Only print the version if the flag is set
57
if cmd.IsSet(versionFlag.Name) {
58
- log.Infof("mev-boost %s\n", config.Version)
+ fmt.Fprintf(cmd.Writer, "mev-boost %s\n", config.Version)
59
return nil
60
}
61
0 commit comments