radicle-heartwood-lfs/crates/radicle-cli/src/commands
Fintan Halpenny 28c8c1531f cli/sync: filter seeds without an address
If a seed for syncing does not have an address, the local node will not be able
to connect to it.

These can be filtered out so that no connection attempts are made for these nodes.
2025-11-28 20:05:26 +01:00
..
auth cli/help: remove the help module 2025-11-01 11:20:43 +01:00
block cli/help: remove the help module 2025-11-01 11:20:43 +01:00
checkout cli/help: remove the help module 2025-11-01 11:20:43 +01:00
clean cli/help: remove the help module 2025-11-01 11:20:43 +01:00
clone cli/help: remove the help module 2025-11-01 11:20:43 +01:00
cob cli/cob: Use clap 2025-10-20 11:21:58 +01:00
config cli/help: remove the help module 2025-11-01 11:20:43 +01:00
debug cli/help: remove the help module 2025-11-01 11:20:43 +01:00
follow cli/help: remove the help module 2025-11-01 11:20:43 +01:00
fork cli/help: remove the help module 2025-11-01 11:20:43 +01:00
id cli/help: remove the help module 2025-11-01 11:20:43 +01:00
inbox cli/help: remove the help module 2025-11-01 11:20:43 +01:00
init cli/help: remove the help module 2025-11-01 11:20:43 +01:00
inspect cli/help: remove the help module 2025-11-01 11:20:43 +01:00
issue cli/issue: Move definition of "about" to args 2025-09-28 19:47:50 +02:00
ls cli/help: remove the help module 2025-11-01 11:20:43 +01:00
node chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
patch cli/help: remove the help module 2025-11-01 11:20:43 +01:00
path cli/help: remove the help module 2025-11-01 11:20:43 +01:00
publish cli/help: remove the help module 2025-11-01 11:20:43 +01:00
remote cli/help: remove the help module 2025-11-01 11:20:43 +01:00
seed cli/help: remove the help module 2025-11-01 11:20:43 +01:00
self cli/help: remove the help module 2025-11-01 11:20:43 +01:00
stats cli/help: remove the help module 2025-11-01 11:20:43 +01:00
sync cli/help: remove the help module 2025-11-01 11:20:43 +01:00
unblock cli/help: remove the help module 2025-11-01 11:20:43 +01:00
unfollow cli/help: remove the help module 2025-11-01 11:20:43 +01:00
unseed cli/help: remove the help module 2025-11-01 11:20:43 +01:00
watch cli/help: remove the help module 2025-11-01 11:20:43 +01:00
auth.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
block.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
checkout.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
clean.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
clone.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
cob.rs cli/cob: Use clap 2025-10-20 11:21:58 +01:00
config.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
debug.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
diff.rs cli/diff: Use clap 2025-10-15 10:30:34 +02:00
follow.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
fork.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
id.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
inbox.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
init.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
inspect.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
issue.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
ls.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
node.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
patch.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
path.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
publish.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
remote.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
seed.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
self.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
stats.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
sync.rs cli/sync: filter seeds without an address 2025-11-28 20:05:26 +01:00
unblock.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
unfollow.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
unseed.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00
watch.rs cli/help: remove the help module 2025-11-01 11:20:43 +01:00