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