Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli: Move `terminal::patch::Message` to common module
Open did:key:z6MkgFq6...nBGz opened 7 months ago crate=radicle-cli p=low type=refactor

We currently use terminal::patch::Message in more than one CLI command that involves commenting, e.g. rad issue, rad id. So we’d want to move Message to a common module and use that everywhere instead.

z6MkgFq6...nBGz commented 7 months ago

Just discovered that we could move some code from issue::comment and terminal::comment with this as well.