Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
feat(patch): Reactivates review operation
Erik Kundt committed 1 year ago
commit de547fa54d3ffe886237b48d6383988fa7f1d931
parent 335458d
1 file changed +1 -2
modified bin/commands/patch.rs
@@ -191,8 +191,7 @@ impl Args for Options {
                }
                Value(val) if op == OperationName::List => match val.to_string_lossy().as_ref() {
                    "list" => op = OperationName::List,
-
                    // TODO(erikli): Enable if interface was fixed.
-
                    // "review" => op = OperationName::Review,
+
                    "review" => op = OperationName::Review,
                    _ => op = OperationName::Other,
                },
                Value(val) if patch_id.is_none() => {