good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 38b4fc80 authored by Bas van Kervel's avatar Bas van Kervel
Browse files

cmd/geth: migrate bug command/flags

parent 11ab73f6
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,12 @@ import (
"github.com/ethereum/go-ethereum/cmd/internal/browser"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/cmd/utils"
cli "gopkg.in/urfave/cli.v1"
)
var bugCommand = cli.Command{
Action: reportBug,
Action: utils.MigrateFlags(reportBug),
Name: "bug",
Usage: "opens a window to report a bug on the geth repo",
ArgsUsage: " ",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment