Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
bin/patch: Disable review command and forward instead
Merged did:key:z6MkgFq6...nBGz opened 4 months ago
1 file changed +0 -1 e414502f 37cf838b
modified bin/commands/patch.rs
@@ -199,7 +199,6 @@ impl Args for Options {
                }
                Value(val) if op == OperationName::List => match val.to_string_lossy().as_ref() {
                    "list" => op = OperationName::List,
-
                    "review" => op = OperationName::Review,
                    _ => {
                        op = OperationName::Unknown;
                        // Only enable forwarding if it was not already disabled explicitly