mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 04:47:45 +08:00
cmd/ipfs2: Changed command variable naming convention
This commit is contained in:
parent
9fb20dabb3
commit
decda21889
@ -13,7 +13,7 @@ import (
|
||||
daemon "github.com/jbenet/go-ipfs/daemon2"
|
||||
)
|
||||
|
||||
var Daemon = &cmds.Command{
|
||||
var daemonCmd = &cmds.Command{
|
||||
Options: []cmds.Option{},
|
||||
Help: "TODO",
|
||||
Subcommands: map[string]*cmds.Command{},
|
||||
|
||||
@ -9,7 +9,7 @@ var Root = &cmds.Command{
|
||||
Options: commands.Root.Options,
|
||||
Help: commands.Root.Help,
|
||||
Subcommands: map[string]*cmds.Command{
|
||||
"daemon": Daemon,
|
||||
"daemon": daemonCmd,
|
||||
"init": initCmd,
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user