mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-20 10:42:11 +08:00
Merge pull request #1403 from dylanPowers/object-new-templates
Object new templates
This commit is contained in:
@ -388,6 +388,9 @@ var objectNewCmd = &cmds.Command{
|
|||||||
By default it creates and returns a new empty merkledag node, but
|
By default it creates and returns a new empty merkledag node, but
|
||||||
you may pass an optional template argument to create a preformatted
|
you may pass an optional template argument to create a preformatted
|
||||||
node.
|
node.
|
||||||
|
|
||||||
|
Available templates:
|
||||||
|
* unixfs-dir
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
Arguments: []cmds.Argument{
|
Arguments: []cmds.Argument{
|
||||||
|
Reference in New Issue
Block a user