modified radicle-cli/examples/rad-issue.md
@@ -45,4 +45,7 @@ It will help whoever works on a fix.
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified radicle-cli/examples/rad-patch.md
@@ -112,4 +112,7 @@ And lets leave a quick comment for our team:
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified radicle-cli/src/commands/comment.rs
@@ -7,6 +7,7 @@ use radicle::cob;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -22,11 +23,12 @@ pub const HELP: Help = Help {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -35,6 +37,7 @@ Options
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -52,6 +55,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -65,6 +69,11 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -77,6 +86,7 @@ impl Args for Options {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -96,8 +106,13 @@ fn comment(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -108,7 +123,9 @@ fn comment(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|