mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
This change will fix two issues: 1. When CLI sets a flag to an empty value in Go, e.g. 0 as to Uint64, the flag will be skipped and never set correctly. This problem could be solved by using option "WithOverwriteWithEmptyValue" when merge two configs. 2. The default non-empty value in server config will be overwritten to an empty value after flag initialization. This problem is solved by explicitly providing default value to all flags that have a default value option. |
||
|---|---|---|
| .. | ||
| flagset | ||
| server | ||
| account.go | ||
| account_import.go | ||
| account_list.go | ||
| account_new.go | ||
| attach.go | ||
| bootnode.go | ||
| bor_fingerprint.go | ||
| chain.go | ||
| chain_sethead.go | ||
| chain_watch.go | ||
| command.go | ||
| debug.go | ||
| markdown.go | ||
| markdown_test.go | ||
| peers.go | ||
| peers_add.go | ||
| peers_list.go | ||
| peers_remove.go | ||
| peers_status.go | ||
| status.go | ||
| version.go | ||