Skip to content

Commit

Permalink
Add dag and stat
Browse files Browse the repository at this point in the history
  • Loading branch information
slothbag committed Nov 25, 2016
1 parent ccb46fa commit 0c0ae0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ DATA STRUCTURE COMMANDS
block Interact with raw blocks in the datastore
object Interact with raw dag nodes
files Interact with objects as if they were a unix filesystem
dag Interact with IPLD documents (experimental)
ADVANCED COMMANDS
daemon Start a long-running daemon process
Expand All @@ -44,6 +45,7 @@ ADVANCED COMMANDS
dns Resolve DNS links
pin Pin objects to local storage
repo Manipulate the IPFS repository
stats Various operational stats
NETWORK COMMANDS
id Show info about IPFS peers
Expand Down

1 comment on commit 0c0ae0e

@GitCop
Copy link

@GitCop GitCop commented on 0c0ae0e Nov 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

Please sign in to comment.