From 23f8cf0d8484cc8b605d47eb32528e3f964d63ef Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Fri, 1 Nov 2024 17:07:55 +0000 Subject: [PATCH] cli: Option for caching COBs for all repositories To make it easier for caching COBs across all the repositories in storage, add an option `--storage` that iterates over all the repositories and performs the cache operation for each. --- radicle-cli/src/commands/issue.rs | 30 ++++++++++++++++---- radicle-cli/src/commands/issue/cache.rs | 32 ++++++++++++++++++++- radicle-cli/src/commands/patch.rs | 37 ++++++++++++++++++++----- radicle-cli/src/commands/patch/cache.rs | 32 ++++++++++++++++++++- 4 files changed, 117 insertions(+), 14 deletions(-) diff --git a/radicle-cli/src/commands/issue.rs b/radicle-cli/src/commands/issue.rs index 08220e89..1ccaefe0 100644 --- a/radicle-cli/src/commands/issue.rs +++ b/radicle-cli/src/commands/issue.rs @@ -47,7 +47,7 @@ Usage rad issue comment [--message ] [--reply-to ] [