You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: SPEC/FILES.md
-3
Original file line number
Diff line number
Diff line change
@@ -774,7 +774,6 @@ Where:
774
774
-`to` is the path of the destination to copy to
775
775
-`options` is an optional Object that might contain the following keys:
776
776
-`parents` is a Boolean value to decide whether or not to make the parent directories if they don't exist (default: false)
777
-
-`format` is what type of nodes to write any newly created directories as (default: `dag-pb`)
778
777
-`hashAlg` is which algorithm to use when creating CIDs for newly created directories. (default: `sha2-256`) [The list of all possible values](https://github.com/multiformats/js-multihash/blob/master/src/constants.js#L5-L343)
779
778
-`flush` is a Boolean value to decide whether or not to immediately flush MFS changes to disk (default: true)
780
779
@@ -818,7 +817,6 @@ Where:
818
817
-`path` is the path to the directory to make
819
818
-`options` is an optional Object that might contain the following keys:
820
819
-`parents` is a Boolean value to decide whether or not to make the parent directories if they don't exist (default: false)
821
-
-`format` is what type of nodes to write any newly created directories as (default: `dag-pb`)
822
820
-`hashAlg` is which algorithm to use when creating CIDs for newly created directories (default: `sha2-256`) [The list of all possible values](https://github.com/multiformats/js-multihash/blob/master/src/constants.js#L5-L343)
823
821
-`flush` is a Boolean value to decide whether or not to immediately flush MFS changes to disk (default: true)
824
822
@@ -1061,7 +1059,6 @@ Where:
1061
1059
-`to` is the path of the destination to move to
1062
1060
-`options` is an optional Object that might contain the following keys:
1063
1061
-`parents` is a Boolean value to decide whether or not to make the parent directories if they don't exist (default: false)
1064
-
-`format` is what type of nodes to write any newly created directories as (default: `dag-pb`)
1065
1062
-`hashAlg` is which algorithm to use when creating CIDs for newly created directories (default: `sha2-256`) [The list of all possible values](https://github.com/multiformats/js-multihash/blob/master/src/constants.js#L5-L343)
1066
1063
-`flush` is a Boolean value to decide whether or not to immediately flush MFS changes to disk (default: true)
0 commit comments