ipfs add
does not support --enc=json
#4459
Labels
kind/bug
A bug in existing code (including security flaws)
ipfs add
does not support --enc=json
#4459
ipfs version --all
go-ipfs version: 0.4.13-
Repo version: 6
System version: amd64/linux
Golang version: go1.9.2
Version information:
Enhancement? Bug?
Type:
Low
Severity:
It seems like the command should support --enc=json much like
ipfs stats
supports it.Description:
When running
ipfs add --enc=json
it does not return the output in json.However, it does work when running
ipfs stats bw --enc=json
or any otheripfs stats
commands:I'm not sure if this is a bug or an enhancement request (I'd expect --enc=json to work everywhere, but obviously there are good reasons why this might not be the case).
The text was updated successfully, but these errors were encountered: