fabricatio_novel.cli
Fabricatio Novel CLI entry point.
This module wires up the shared app = typer.Typer(...) instance and the
default writer role, then imports every command submodule to register
its commands onto the app. Command implementations live in
fabricatio_novel.commands.
Module layout:
fabricatio_novel.commands.core—w,wmfabricatio_novel.commands.rag—wr,wrm(lancedb)fabricatio_novel.commands.illustration—wi,wmi(comfyui),i(loaded)fabricatio_novel.commands.rag_illustration—wri,wrmi(comfyui + lancedb)fabricatio_novel.commands.storage—store-refs,enrich-refs(lancedb)
Attributes
Module Contents
- fabricatio_novel.cli.app
- fabricatio_novel.cli.ns = 'write'
- fabricatio_novel.cli.writer_role