Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
bin/patch: Disable review command and forward instead
✓ CI success Erik Kundt committed 5 months ago
commit 37cf838bedd4abe3b6985d8c3dc8f0914e1251fc
parent e414502faf0ab387bc5347291c3f9a89f9366993
1 passed (1 total) View logs
1 file changed +0 -1
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