Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
a76f6af1
Commit
a76f6af1
authored
Oct 02, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove old cat
parent
f923652d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
cmd/ipfs/cat.go
cmd/ipfs/cat.go
+0
-29
No files found.
cmd/ipfs/cat.go
View file @
a76f6af1
...
...
@@ -24,32 +24,3 @@ var catCmd = makeCommand(command{
flags
:
nil
,
cmdFn
:
commands
.
Cat
,
})
/*
func catCmd(c *commander.Command, inp []string) error {
if len(inp) < 1 {
u.POut(c.Long)
return nil
}
conf, err := getConfigDir(c.Parent)
if err != nil {
return err
}
com := daemon.NewCommand()
com.Command = "cat"
com.Args = inp
err = daemon.SendCommand(com, conf)
if err != nil {
n, err := localNode(conf, false)
if err != nil {
return err
}
return commands.Cat(n, com.Args, com.Opts, os.Stdout)
}
return nil
}
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment