fixed and improved images, and generalized renderer

This commit is contained in:
2026-02-26 09:06:06 +01:00
parent 20e944912f
commit b854e4b633
9 changed files with 126 additions and 103 deletions

View File

@@ -26,8 +26,8 @@ pub enum Commands {
Build {
#[arg(short, long)]
no_navigation: bool,
#[arg(short, long)]
out_dir: Option<PathBuf>,
#[arg(short, long, default_value = "dist")]
out_dir: PathBuf,
},
/// Output a DOT graph of the wiki connections
Graph {},