Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Right, this is the case that was missing…
Lorenz Leutgeb committed 6 months ago
commit 5c4fd1b8116221f01d25bf703c4c2ece39a05c22
parent 0fa58829b49ac11cb7cc6541bbb5950cecb73cdf
1 file changed +1 -1
modified crates/radicle-cli/src/commands/remote/args.rs
@@ -141,7 +141,7 @@ impl From<ListArgs> for ListOption {
    ) -> Self {
        match (all, tracked, untracked) {
            (true, false, false) => Self::All,
-
            (false, true, false) => Self::Tracked,
+
            (false, true, false) | (false, false, false) => Self::Tracked,
            (false, false, true) => Self::Untracked,
            _ => unreachable!(),
        }