diff options
Diffstat (limited to 'tool/src/cli.rs')
-rw-r--r-- | tool/src/cli.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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, }, } |