|
|
@ -29,11 +29,12 @@ import ( |
|
|
|
"github.com/ethereum/go-ethereum/cmd/internal/browser" |
|
|
|
"github.com/ethereum/go-ethereum/cmd/internal/browser" |
|
|
|
"github.com/ethereum/go-ethereum/params" |
|
|
|
"github.com/ethereum/go-ethereum/params" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"github.com/ethereum/go-ethereum/cmd/utils" |
|
|
|
cli "gopkg.in/urfave/cli.v1" |
|
|
|
cli "gopkg.in/urfave/cli.v1" |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
var bugCommand = cli.Command{ |
|
|
|
var bugCommand = cli.Command{ |
|
|
|
Action: reportBug, |
|
|
|
Action: utils.MigrateFlags(reportBug), |
|
|
|
Name: "bug", |
|
|
|
Name: "bug", |
|
|
|
Usage: "opens a window to report a bug on the geth repo", |
|
|
|
Usage: "opens a window to report a bug on the geth repo", |
|
|
|
ArgsUsage: " ", |
|
|
|
ArgsUsage: " ", |
|
|
|