modified radicle-cli/examples/rad-issue.md
@@ -7,6 +7,7 @@ Let's say the new car you are designing with your peers has a problem with its f
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -30,6 +31,7 @@ Show the issue information issue.
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/rad-tag.md
@@ -11,6 +11,7 @@ We can now show the issue to check whether those tags were added:
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -30,6 +31,7 @@ Notice that the `good-first-issue` tag has disappeared:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/examples/workflow/3-issues.md
@@ -7,6 +7,7 @@ Let's say the new car you are designing with your peers has a problem with its f
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -52,6 +53,7 @@ In addition, you can see that when you run `rad issue show` you are listed under
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/issue.rs
@@ -284,7 +284,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -292,7 +292,7 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -536,7 +536,7 @@ fn open<G: Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -618,12 +618,12 @@ fn edit<G: radicle::crypto::Signer>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -640,6 +640,11 @@ fn show_issue(issue: &issue::Issue) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|