cli: add comment edit for rad issue
Add the ability to edit an issue comment to the rad issue command.
This is achieved by adding an --edit option to rad issue comment. Note that if --reply-to and --edit are both specified,
then this results in an error.
2 files changed
+62
-8
87cb7bf5
→
ffbdabe4
modified radicle-cli/examples/rad-issue.md
@@ -104,3 +104,13 @@ $ rad issue show d87dcfe8c2b3200e78b128d9b959cfdf7063fefe
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cli/src/commands/issue.rs
@@ -44,7 +44,7 @@ Usage
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -119,6 +119,11 @@ pub enum Operation {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -191,6 +196,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -298,6 +304,12 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -384,10 +396,23 @@ impl Args for Options {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -495,6 +520,25 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -772,7 +816,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -781,7 +825,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -799,7 +843,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|