Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
issue/list: Return to app after showing
Erik Kundt committed 4 months ago
commit 8438c547a2e30d1596da86dd68496d34d04fee73
parent 0554e1258316baf2fb988efa89600fbbaf0a507f
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,