Skip to main content

shadowforge_lib/interface/
mod.rs

1//! CLI interface layer.
2//!
3//! Delegates all work to application services. All file I/O happens here.
4
5pub mod cli;
6pub mod runner;