From bb92371897363349a23a34069634c2fb5acec265 Mon Sep 17 00:00:00 2001 From: Aiden X Date: Fri, 11 Dec 2020 10:38:46 +0800 Subject: [PATCH] cmd: rm config flag in init cmd --- cmd/bitxhub/init.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cmd/bitxhub/init.go b/cmd/bitxhub/init.go index f869a3e..2f94ba6 100755 --- a/cmd/bitxhub/init.go +++ b/cmd/bitxhub/init.go @@ -14,13 +14,6 @@ func initCMD() cli.Command { Name: "init", Usage: "Initialize BitXHub local configuration", Action: initialize, - Flags: []cli.Flag{ - cli.StringFlag{ - Name: "config", - Value: "", - Usage: "BitXHub config repo path", - }, - }, } }