mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 03:19:47 +08:00
re-enable the stdin
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
@ -56,7 +56,7 @@ Resolve the value of an IPFS DAG path:
|
||||
},
|
||||
|
||||
Arguments: []cmds.Argument{
|
||||
cmds.StringArg("name", true, false, "The name to resolve."),
|
||||
cmds.StringArg("name", true, false, "The name to resolve.").EnableStdin(),
|
||||
},
|
||||
Options: []cmds.Option{
|
||||
cmds.BoolOption("recursive", "r", "Resolve until the result is an IPFS name.").Default(false),
|
||||
|
Reference in New Issue
Block a user