From c006803dda3f0427096126a19c9a606a17c45a01 Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Thu, 28 Apr 2016 16:33:37 +0200 Subject: [PATCH] Re-adds 'ipfs bootstrap' list alias. --- core/commands/bootstrap.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/commands/bootstrap.go b/core/commands/bootstrap.go index 95748161b61e..c9b20f106af9 100644 --- a/core/commands/bootstrap.go +++ b/core/commands/bootstrap.go @@ -30,6 +30,10 @@ var BootstrapCmd = &cmds.Command{ "add": bootstrapAddCmd, "rm": bootstrapRemoveCmd, }, + + Run: bootstrapListCmd.Run, + Marshalers: bootstrapListCmd.Marshalers, + Type: bootstrapListCmd.Type, } var bootstrapAddCmd = &cmds.Command{