mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 04:47:45 +08:00
cmd/ipfs2: Added a 'commands' command for CLI root
This commit is contained in:
parent
f797d13579
commit
092524fcbb
@ -11,9 +11,10 @@ var Root = &cmds.Command{
|
||||
}
|
||||
|
||||
var rootSubcommands = map[string]*cmds.Command{
|
||||
"daemon": daemonCmd, // TODO name
|
||||
"init": initCmd, // TODO name
|
||||
"tour": cmdTour,
|
||||
"daemon": daemonCmd, // TODO name
|
||||
"init": initCmd, // TODO name
|
||||
"tour": cmdTour,
|
||||
"commands": commands.CommandsCmd(Root),
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user