diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-17 20:58:10 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-17 20:58:10 +0100 |
commit | 2a26a6030e25127a3967dd5bccba1fb05d485ab1 (patch) | |
tree | db2ecba63bde78804277ec66915dc3b4512a4991 /tool/src/main.rs | |
parent | e7155ec05458ed00035ce8bc5c087306cfeedbc1 (diff) | |
download | jellything-2a26a6030e25127a3967dd5bccba1fb05d485ab1.tar jellything-2a26a6030e25127a3967dd5bccba1fb05d485ab1.tar.bz2 jellything-2a26a6030e25127a3967dd5bccba1fb05d485ab1.tar.zst |
chapters
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 3744560..31e63b7 100644 --- a/tool/src/main.rs +++ b/tool/src/main.rs @@ -74,6 +74,9 @@ enum Action { /// Skip any action that appears to be run already. #[arg(long)] skip_existing: bool, + /// Sets the title + #[arg(long)] + title: Option<String>, }, Migrate { database: PathBuf, |