radicle-heartwood-lfs/radicle-cli
Fintan Halpenny 4cced3ddb8
cli: add remaining patch actions
Add the remaining `Patch` actions to the CLI interface. These include:

- React to a revision
- Edit a comment
- React to a comment
- Redact a comment

The `react` subcommand is added in a straight-forward manner.

The comment commands are slightly less straight-forward. In order to
keep to one layer of subcommands, these variants are done through the
`rad patch comment` subcommand. They are accessed via options:
`--edit`, `--react`, and `--redact`, respectively. Each of these
options takes the `CommentId` for which the action is affecting. The
`message`, `react` (introduced for `rad patch react`), and `undo`
variables repurposed for this subset of actions.
2025-01-14 14:00:57 +01:00
..
examples cli: add remaining patch actions 2025-01-14 14:00:57 +01:00
src cli: add remaining patch actions 2025-01-14 14:00:57 +01:00
tests cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
Cargo.toml cli: bump version to 0.12.1 2024-12-04 12:47:00 +01:00
build.rs Update radicle crates to 0.9.0 2024-03-26 11:56:27 +01:00