mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 16:07:42 +08:00
re-enable the stdin
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
@ -44,7 +44,7 @@ The resolver can recursively resolve:
|
||||
},
|
||||
|
||||
Arguments: []cmds.Argument{
|
||||
cmds.StringArg("domain-name", true, false, "The domain-name name to resolve."),
|
||||
cmds.StringArg("domain-name", true, false, "The domain-name name to resolve.").EnableStdin(),
|
||||
},
|
||||
Options: []cmds.Option{
|
||||
cmds.BoolOption("recursive", "r", "Resolve until the result is not a DNS link.").Default(false),
|
||||
|
Reference in New Issue
Block a user