cmd/geth: added 'geth bug' command (#3684)
* cmd/geth: added 'geth bug' command Added bug command to geth, which will open a browser window with an issue template and some additional system information. * cmd/geth: update bug with better infos * cmd/geth: added browser fallback * cmd/geth: govet yo momma
This commit is contained in:
committed by
Péter Szilágyi
parent
b7f010de52
commit
94334c233e
@ -81,6 +81,7 @@ func init() {
|
||||
// See misccmd.go:
|
||||
makedagCommand,
|
||||
versionCommand,
|
||||
bugCommand,
|
||||
licenseCommand,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user