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:
Jeffrey Wilcke
2017-02-20 14:26:21 +01:00
committed by Péter Szilágyi
parent b7f010de52
commit 94334c233e
3 changed files with 155 additions and 0 deletions

View File

@ -81,6 +81,7 @@ func init() {
// See misccmd.go:
makedagCommand,
versionCommand,
bugCommand,
licenseCommand,
}