Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli: Allow specifying multiple rids to the seed command
Merged stemporus opened 1 year ago

Implements issue f9ec8a2ee4d52dd7102b001f92f9bea2a96322f9

stemporus opened with revision 3be0e68b on base f13afe49 +26 -18 1 year ago

Implements issue f9ec8a2ee4d52dd7102b001f92f9bea2a96322f9

stemporus commented on revision 1 1 year ago

Must apologize, I could of sworn the issue had no-one assigned against it when I opened this.

stemporus pushed revision 2 d3e99259 on base f13afe49 +30 -21 1 year ago

change to a single loop over rids ops

This should make the output a little more obvious for each rid being seeded.

stemporus reviewed 1 year ago
fintohaps pushed revision 3 bcc2d21e on base f13afe49 +61 -20 1 year ago

Changes:

  • Use NonEmpty for RIDs
  • Ensure that a failed fetch does not exit
  • Add a CLI test to ensure it works
  • Use for directly rather than iter().copied()
fintohaps pushed revision 4 95f0e3b2 on base f13afe49 +0 -0 1 year ago

Changes:

  • Change help doc to [<rid>...]
  • Remove eprintlns
fintohaps merged revision 95f0e3b2 at f13afe49 1 year ago
fintohaps pushed revision 5 49512f5e on base f13afe49 +60 -20 1 year ago

Changes:

  • Accidentally pushed master :facepalm:
lorenz pushed revision 6 78ae2da0 on base a90aabb1 +60 -20 1 year ago

Rebase