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
d2d29a80
Commit
d2d29a80
authored
Nov 04, 2014
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(commands2/cat) help text
parent
2a15fe8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
core/commands2/cat.go
core/commands2/cat.go
+5
-1
No files found.
core/commands2/cat.go
View file @
d2d29a80
...
...
@@ -13,7 +13,11 @@ var catCmd = &cmds.Command{
Arguments
:
[]
cmds
.
Argument
{
cmds
.
Argument
{
"object"
,
cmds
.
ArgString
,
false
,
true
},
},
Help
:
"TODO"
,
Help
:
`ipfs cat <ipfs-path> - Show ipfs object data.
Retrieves the object named by <ipfs-path> and displays the Data
it contains.
`
,
Run
:
func
(
res
cmds
.
Response
,
req
cmds
.
Request
)
{
node
:=
req
.
Context
()
.
Node
paths
:=
make
([]
string
,
0
,
len
(
req
.
Arguments
()))
...
...
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