diff --git a/core/commands/root.go b/core/commands/root.go index 1393eb2fb..ba5129441 100644 --- a/core/commands/root.go +++ b/core/commands/root.go @@ -74,5 +74,10 @@ Use "ipfs help " for more information about a command. } }, }, + "args": &cmds.Command{ + Run: func(req cmds.Request, res cmds.Response) { + res.SetValue(req.Arguments()) + }, + }, }, }