cli: prioritise preferred seeds in sync status
Sort preferred seeds from config above other nodes in rad sync status,
after the local node while still respecting the chosen --sort-by
strategy.
Checks in progress
— 0 passed, 1 pending
View logs ↗
1 file changed
+20
-4
423cf604
→
e89262ba
modified crates/radicle-cli/src/commands/sync.rs
@@ -111,7 +111,13 @@ fn sync_status(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -385,7 +391,13 @@ fn connect(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -401,14 +413,18 @@ fn sort_seeds_by(local: NodeId, seeds: &mut [Seed], aliases: &impl AliasStore, s
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|