1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-28 21:35:36 +08:00

Dag export command, silent, no progress

This commit is contained in:
Peter Rabbitson
2020-03-04 16:11:14 +01:00
committed by Steven Allen
parent 23af25f176
commit 635e333d60
7 changed files with 144 additions and 5 deletions

View File

@ -24,6 +24,7 @@ func TestROCommands(t *testing.T) {
"/commands",
"/dag",
"/dag/get",
"/dag/export",
"/dag/resolve",
"/dns",
"/get",
@ -95,6 +96,7 @@ func TestCommands(t *testing.T) {
"/config/profile/apply",
"/dag",
"/dag/get",
"/dag/export",
"/dag/put",
"/dag/resolve",
"/dht",