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