upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit/cli.rs')
-rw-r--r--src/bin/ngit/cli.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs
index 018525c..2919c72 100644
--- a/src/bin/ngit/cli.rs
+++ b/src/bin/ngit/cli.rs
@@ -220,6 +220,10 @@ pub enum PrCommands {
220 /// Proposal event-id (hex) or nevent (bech32) 220 /// Proposal event-id (hex) or nevent (bech32)
221 #[arg(value_name = "ID|nevent")] 221 #[arg(value_name = "ID|nevent")]
222 id: String, 222 id: String,
223 /// Overwrite local branch even if it has diverged from the published
224 /// proposal
225 #[arg(long)]
226 force: bool,
223 /// Use local cache only, skip network fetch 227 /// Use local cache only, skip network fetch
224 #[arg(long)] 228 #[arg(long)]
225 offline: bool, 229 offline: bool,