You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allowing pin add to overwrite the current set name looks slightly more involved than expected, so I decided to separate it into a different task. I set it for the current iteration. I will see if I have time to go around it.
TODO
test that confirms ipfs pin add --name A CID && ipfs pin add --name B CID` ends up with B and not A
if we allow for name ovveride here, we should update helptext in ipfs pin add --help, as noted here
The text was updated successfully, but these errors were encountered:
Followup of #10261.
Allowing pin add to overwrite the current set name looks slightly more involved than expected, so I decided to separate it into a different task. I set it for the current iteration. I will see if I have time to go around it.
TODO
ipfs pin add --name A CID &&
ipfs pin add --name B CID` ends up with B and not Aipfs pin add --help
, as noted hereThe text was updated successfully, but these errors were encountered: