This commit is contained in:
2025-08-12 11:03:49 +02:00
parent 8677d177cb
commit c05ec6be7f
3 changed files with 20 additions and 9 deletions

View File

@@ -94,7 +94,12 @@ fn do() ! {
// herocmds.cmd_installers(mut cmd)
// herocmds.cmd_configure(mut cmd)
// herocmds.cmd_postgres(mut cmd)
herocmds.cmd_mdbook(mut cmd)
// Ensure the herocmds module is imported so the remaining commands are visible
import freeflowuniverse.herolib.core.herocmds
// `cmd_mdbook` is not part of the current code base it has been removed.
// If you need markdownbook support, reintroduce the command implementation
// and uncomment the line below.
// herocmds.cmd_mdbook(mut cmd)
// herocmds.cmd_luadns(mut cmd)
// herocmds.cmd_caddy(mut cmd)
// herocmds.cmd_zola(mut cmd)