1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-19 01:39:35 +08:00

Templates list in help text of object new

License: MIT
Signed-off-by: Dylan Powers <dylan.kyle.powers@gmail.com>
This commit is contained in:
Dylan Powers
2015-06-19 17:07:13 -07:00
parent 36a5281106
commit 1b283a733a

View File

@ -368,6 +368,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{