Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
issue/list: Return to app after showing
Erik Kundt committed 3 months ago
commit 8438c547a2e30d1596da86dd68496d34d04fee73
parent 0554e12
1 file changed +0 -1
modified bin/commands/issue.rs
@@ -297,7 +297,6 @@ pub async fn run(options: Options, ctx: impl Context) -> anyhow::Result<()> {
                                    Some("issue"),
                                    &["show".into(), id.to_string().into()],
                                )?;
-
                                break;
                            }
                            IssueOperation::Edit {
                                id,