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 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, |