diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-27 12:51:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-27 12:51:04 +0200 |
commit | f881372c0a024e534d87844040a0c8678a39d85d (patch) | |
tree | 582de0bfd73986773dd91ffc63e1270592e93714 /tool/src/main.rs | |
parent | a491792196c034efbd2f8998944af3f7958c0e52 (diff) | |
download | jellything-f881372c0a024e534d87844040a0c8678a39d85d.tar jellything-f881372c0a024e534d87844040a0c8678a39d85d.tar.bz2 jellything-f881372c0a024e534d87844040a0c8678a39d85d.tar.zst |
import: ignore attachment
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, |