From 0bba75241d59c64375cfece494eb9dcdbaa664fc Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 7 Feb 2025 16:19:20 +0100 Subject: update client --- tool/src/cli.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tool/src/cli.rs') diff --git a/tool/src/cli.rs b/tool/src/cli.rs index b51b135..a01c9dd 100644 --- a/tool/src/cli.rs +++ b/tool/src/cli.rs @@ -34,6 +34,9 @@ pub enum Action { /// Disable TLS. Dont use this. #[arg(long)] no_tls: bool, + /// Perform full import + #[arg(long)] + no_incremental: bool, }, } -- cgit v1.2.3-70-g09d2