We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622e273 commit c34b2c1Copy full SHA for c34b2c1
cmd/devp2p/main.go
@@ -29,7 +29,6 @@ import (
29
var app = flags.NewApp("go-ethereum devp2p tool")
30
31
func init() {
32
- app.HideVersion = true
33
app.Flags = append(app.Flags, debug.Flags...)
34
app.Before = func(ctx *cli.Context) error {
35
flags.MigrateGlobalFlags(ctx)
cmd/geth/main.go
@@ -205,7 +205,6 @@ var app = flags.NewApp("the go-ethereum command line interface")
205
206
// Initialize the CLI app and start Geth
207
app.Action = geth
208
- app.HideVersion = true // we have a command to print the version
209
app.Copyright = "Copyright 2013-2023 The go-ethereum Authors"
210
app.Commands = []*cli.Command{
211
// See chaincmd.go:
0 commit comments