diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-13 17:06:38 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-13 17:06:38 +0100 |
commit | 84bd38f36baf373501b029ffbbaa5381b7e26aa0 (patch) | |
tree | 870b5238616b7c7fc7ec2511236831caedb5ae02 /tool/src/main.rs | |
parent | d0c083cfa402bbc5a23cd1ece7274e33b35562c1 (diff) | |
download | jellything-84bd38f36baf373501b029ffbbaa5381b7e26aa0.tar jellything-84bd38f36baf373501b029ffbbaa5381b7e26aa0.tar.bz2 jellything-84bd38f36baf373501b029ffbbaa5381b7e26aa0.tar.zst |
import: ignore metadata
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 8135d20..26865c6 100644 --- a/tool/src/main.rs +++ b/tool/src/main.rs @@ -67,6 +67,9 @@ enum Action { /// Ignore attachments (dont use them as cover) #[arg(long)] ignore_attachments: bool, + /// Ignore metadate (no title, description and tagline from input) + #[arg(long)] + ignore_metadata: bool, }, Migrate { database: PathBuf, |