Merge pull request #282 from meshplus/feat/rm-init-cmd-flag
cmd: rm config flag in init cmd
This commit is contained in:
commit
a7dc81d61c
|
@ -14,13 +14,6 @@ func initCMD() cli.Command {
|
||||||
Name: "init",
|
Name: "init",
|
||||||
Usage: "Initialize BitXHub local configuration",
|
Usage: "Initialize BitXHub local configuration",
|
||||||
Action: initialize,
|
Action: initialize,
|
||||||
Flags: []cli.Flag{
|
|
||||||
cli.StringFlag{
|
|
||||||
Name: "config",
|
|
||||||
Value: "",
|
|
||||||
Usage: "BitXHub config repo path",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue