1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00
This commit is contained in:
Brian Tiger Chow
2014-11-06 03:13:58 -08:00
committed by Juan Batiz-Benet
parent 18cce63ab6
commit 8cc1f67f76

View File

@ -29,9 +29,9 @@ var addCmd = &cmds.Command{
n := req.Context().Node
// if recursive, set depth to reflect so
//opt, found := req.Option("r")
//if r, _ := opt.(bool); found && r {
//}
// opt, found := req.Option("r")
// if r, _ := opt.(bool); found && r {
// }
added := make([]Object, len(req.Arguments()))