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-unixfs
Commits
4eaf38c6
Commit
4eaf38c6
authored
Nov 13, 2014
by
Matt Bell
Committed by
Juan Batiz-Benet
Nov 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
object: Added a synopsis
parent
d842c3c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
core/commands2/object.go
core/commands2/object.go
+10
-2
No files found.
core/commands2/object.go
View file @
4eaf38c6
...
...
@@ -25,8 +25,16 @@ type Node struct {
var
objectCmd
=
&
cmds
.
Command
{
Helptext
:
cmds
.
HelpText
{
Tagline
:
"Interact with ipfs objects"
,
ShortDescription
:
"'ipfs object' is a plumbing command used to manipulate DAG objects directly."
,
Tagline
:
"Interact with ipfs objects"
,
ShortDescription
:
`
'ipfs object' is a plumbing command used to manipulate DAG objects
directly.`
,
Synopsis
:
`
ipfs object get <key> - Get the DAG node named by <key>
ipfs object put <data> <encoding> - Stores input, outputs its key
ipfs object data <key> - Outputs raw bytes in an object
ipfs object links <key> - Outputs links pointed to by object
`
,
},
Subcommands
:
map
[
string
]
*
cmds
.
Command
{
...
...
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