-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
'ipfs tar add' will parse a tar file and create a merkledag structure to represent it. | ||
|
||
+ Parameters | ||
+ arg (string, required) - tar file to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the file itself or the path to the tar file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file itself. How can I make that clearer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure :/ cc @diasdavid
@diasdavid or @dignifiedquire: review? |
LGTM |
+ Headers | ||
|
||
``` | ||
Access-Control-Allow-Headers: X-Stream-Output, X-Chunked-Output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, no ouptut
anymore, I've noticed that in go-ipfs too :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahahaha I never noticed that.
LGTM overall :) |
No description provided.