From 65118e6ce9447c14154ec7154e7a1ba997bd7776 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Tue, 24 Oct 2023 09:54:14 +0100 Subject: [PATCH] cli: simplify rad-clone-all With the latest changes to fetching, `--scope all` will now clone all remotes listed by the serving node. Simplify by the `rad-clone-all` example by removing the extra fetch and removing the corresponding TODO. Signed-off-by: Fintan Halpenny X-Clacks-Overhead: GNU Terry Pratchett --- radicle-cli/examples/rad-clone-all.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/radicle-cli/examples/rad-clone-all.md b/radicle-cli/examples/rad-clone-all.md index 0325515e..300e5969 100644 --- a/radicle-cli/examples/rad-clone-all.md +++ b/radicle-cli/examples/rad-clone-all.md @@ -1,6 +1,3 @@ - - - ``` $ rad clone rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji --scope all ✓ Tracking relationship established for rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji with scope 'all' @@ -27,12 +24,6 @@ $ cat README Hello World! ``` -``` -$ rad sync --fetch -✓ Fetching rad:z42hL2jL4XNk6K8oHQaSWfMgCL7ji from z6MknSL…StBU8Vi.. -✓ Fetched repository from 1 seed(s) -``` - Let's check that we have all the namespaces in storage: ```