cli: print success to console on `rad issue state`
Indicate that the rad issue state operation was successful to the
user by printing a message to the console.
Solves:
rad issue show 71020de8478b15b3f7a619f2f93d3cfb8771cde2
2 files changed
+20
-0
87cb7bf5
→
f0390e00
modified radicle-cli/examples/workflow/5-patching-maintainer.md
@@ -123,3 +123,12 @@ To publish our new state to the network, we simply push:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified radicle-cli/src/commands/issue.rs
@@ -515,6 +515,17 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|