revealjs default now cdn. added flag for downloading for offline use

This commit is contained in:
2025-11-09 19:20:58 +01:00
parent 78e2acb325
commit 926944e8dd
7 changed files with 38 additions and 20 deletions

View File

@@ -16,7 +16,10 @@ pub enum ShellArg {
#[derive(Subcommand)]
pub enum CommandArg {
/// Builds the documentation into a dist folder
Build,
Build {
#[arg(short, long)]
offline_reveal: bool,
},
/// Checks if everything required for docki is installed
Health,
/// Helper command for installing asciidoctor-reveal-js