From cc65ce3e7c19dd9adbaaad1fb4b2f679b5f92dec Mon Sep 17 00:00:00 2001 From: quirinecker Date: Sun, 9 Nov 2025 19:26:05 +0100 Subject: [PATCH] updated help texts --- src/app/args/structure.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/args/structure.rs b/src/app/args/structure.rs index df619c4..41a915a 100644 --- a/src/app/args/structure.rs +++ b/src/app/args/structure.rs @@ -17,12 +17,14 @@ pub enum ShellArg { pub enum CommandArg { /// Builds the documentation into a dist folder Build { + /// When set to true, docki will download revealjs before building the documentation. + /// Otherwise it will use the cdn for revealjs #[arg(short, long)] offline_reveal: bool, }, /// Checks if everything required for docki is installed Health, - /// Helper command for installing asciidoctor-reveal-js + /// Deprecated: Helper command for installing asciidoctor-reveal-js InstallReveal, /// Starts a Webserver with the live preview of the Documentation Serve {