mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-25 23:21:54 +08:00
re-enable the stdin
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
@ -83,7 +83,7 @@ var tarCatCmd = &cmds.Command{
|
||||
},
|
||||
|
||||
Arguments: []cmds.Argument{
|
||||
cmds.StringArg("path", true, false, "IPFS path of archive to export."),
|
||||
cmds.StringArg("path", true, false, "IPFS path of archive to export.").EnableStdin(),
|
||||
},
|
||||
Run: func(req cmds.Request, res cmds.Response) {
|
||||
nd, err := req.InvocContext().GetNode()
|
||||
|
Reference in New Issue
Block a user