From 7d1e3d489bfaa47874b79907250188cb54cf8a7c Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Thu, 6 Apr 2023 14:30:53 +0200 Subject: [PATCH] cli: Add `patch archive` sub-command --- radicle-cli/src/commands/patch.rs | 15 +++++++++++++++ radicle-cli/src/commands/patch/archive.rs | 16 ++++++++++++++++ radicle/src/cob/patch.rs | 5 +++++ 3 files changed, 36 insertions(+) create mode 100644 radicle-cli/src/commands/patch/archive.rs diff --git a/radicle-cli/src/commands/patch.rs b/radicle-cli/src/commands/patch.rs index 2a1c4b32..3d9348f5 100644 --- a/radicle-cli/src/commands/patch.rs +++ b/radicle-cli/src/commands/patch.rs @@ -1,3 +1,5 @@ +#[path = "patch/archive.rs"] +mod archive; #[path = "patch/checkout.rs"] mod checkout; #[path = "patch/common.rs"] @@ -38,6 +40,7 @@ Usage rad patch list [--all|--merged|--open|--archived] [