nearly finished rewrite

This commit is contained in:
2025-11-13 09:10:08 +01:00
parent c33428f3e1
commit f6940f1db8
7 changed files with 190 additions and 181 deletions

View File

@@ -37,7 +37,7 @@ pub enum CommandArg {
Build {
/// When set to true, docki will download revealjs before building the documentation.
/// Otherwise it will use the cdn for revealjs
#[arg(short, long)]
#[arg(long)]
offline_reveal: bool,
},
/// Checks if everything required for docki is installed