From f881372c0a024e534d87844040a0c8678a39d85d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 27 Oct 2023 12:51:04 +0200 Subject: import: ignore attachment --- tool/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tool/src/main.rs') diff --git a/tool/src/main.rs b/tool/src/main.rs index 3a670f5..8a67f30 100644 --- a/tool/src/main.rs +++ b/tool/src/main.rs @@ -62,6 +62,9 @@ enum Action { /// Marks node as a series #[arg(short, long)] series: bool, + /// Ignore attachments (dont use them as cover) + #[arg(long)] + ignore_attachments: bool, }, Migrate { database: PathBuf, -- cgit v1.2.3-70-g09d2