Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Fix `rad issue edit`
Slack Coder committed 2 years ago
commit 1c9670b90f05ead0285413435e4ac35512581008
parent 474d21741eb104ecead31e93608f346ae851b350
1 file changed +1 -0
modified radicle-cli/src/commands/issue.rs
@@ -195,6 +195,7 @@ impl Args for Options {
                Value(val) if op.is_none() => match val.to_string_lossy().as_ref() {
                    "c" | "show" => op = Some(OperationName::Show),
                    "d" | "delete" => op = Some(OperationName::Delete),
+
                    "e" | "edit" => op = Some(OperationName::Edit),
                    "l" | "list" => op = Some(OperationName::List),
                    "o" | "open" => op = Some(OperationName::Open),
                    "r" | "react" => op = Some(OperationName::React),