Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli: add remaining patch actions
Merged fintohaps opened 1 year ago

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.

fintohaps opened with revision 311c0082 on base e130b4dc +357 -5 1 year ago

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.

did:key:z6MksFqX...wzpT pushed revision 2 3de0114f on base 7d28d1e6 +353 -4 1 year ago

Rebase.

did:key:z6MksFqX...wzpT merged revision 3de0114f at 4cced3dd 1 year ago