cmd/XDC: add version in --help output (#26895)

This commit is contained in:
Daniel Liu 2024-11-25 16:39:29 +08:00
parent fa69900737
commit bda88affe6

View file

@ -167,7 +167,6 @@ var (
func init() {
// Initialize the CLI app and start XDC
app.Action = XDC
app.HideVersion = true // we have a command to print the version
app.Copyright = "Copyright (c) 2024 XDPoSChain"
app.Commands = []*cli.Command{
// See chaincmd.go: