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.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/ngit/cli.rs b/src/bin/ngit/cli.rs
index fa5d906..164035b 100644
--- a/src/bin/ngit/cli.rs
+++ b/src/bin/ngit/cli.rs
@@ -187,6 +187,9 @@ pub struct AccountSubCommandArgs {
187pub struct RepoSubCommandArgs { 187pub struct RepoSubCommandArgs {
188 #[command(subcommand)] 188 #[command(subcommand)]
189 pub repo_command: Option<RepoCommands>, 189 pub repo_command: Option<RepoCommands>,
190 /// Use local cache only, skip network fetch
191 #[arg(long)]
192 pub offline: bool,
190} 193}
191 194
192#[derive(Subcommand)] 195#[derive(Subcommand)]