aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2017-02-20 21:26:21 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-02-20 21:26:21 +0800
commit94334c233e5f02324d4427ffe6ffc14d41576e36 (patch)
tree3887bee78c1910efb5a2d2e8ff77022398636c7a /cmd/geth/main.go
parentb7f010de52d267bfd0b5e17f54afeb19b9d5c136 (diff)
downloaddexon-94334c233e5f02324d4427ffe6ffc14d41576e36.tar
dexon-94334c233e5f02324d4427ffe6ffc14d41576e36.tar.gz
dexon-94334c233e5f02324d4427ffe6ffc14d41576e36.tar.bz2
dexon-94334c233e5f02324d4427ffe6ffc14d41576e36.tar.lz
dexon-94334c233e5f02324d4427ffe6ffc14d41576e36.tar.xz
dexon-94334c233e5f02324d4427ffe6ffc14d41576e36.tar.zst
dexon-94334c233e5f02324d4427ffe6ffc14d41576e36.zip
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
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index c19770bfa..7d98f6bb2 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -81,6 +81,7 @@ func init() {
// See misccmd.go:
makedagCommand,
versionCommand,
+ bugCommand,
licenseCommand,
}