From 2a26a6030e25127a3967dd5bccba1fb05d485ab1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 17 Dec 2023 20:58:10 +0100 Subject: chapters --- tool/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tool/src/main.rs') 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, }, Migrate { database: PathBuf, -- cgit v1.2.3-70-g09d2