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
9e8d108a
Commit
9e8d108a
authored
Dec 14, 2016
by
Jeromy Johnson
Committed by
GitHub
Dec 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3499 from ipfs/dag-get-ro
dag get should be a read only command
parents
a47d1b03
bb85dd98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
core/commands/root.go
core/commands/root.go
+5
-0
No files found.
core/commands/root.go
View file @
9e8d108a
...
...
@@ -158,6 +158,11 @@ var rootROSubcommands = map[string]*cmds.Command{
"patch"
:
ocmd
.
ObjectPatchCmd
,
},
},
"dag"
:
&
cmds
.
Command
{
Subcommands
:
map
[
string
]
*
cmds
.
Command
{
"get"
:
dag
.
DagGetCmd
,
},
},
"refs"
:
RefsROCmd
,
"resolve"
:
ResolveCmd
,
"version"
:
VersionCmd
,
...
...
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