ghostscope 0.1.1

Command-line entrypoint that drives GhostScope compiler, loader, and UI end-to-end.
1
2
3
4
5
6
//! CLI module - handles command line interface and non-TUI mode runtime

pub mod runtime;

// Re-export main functions for convenience
pub use runtime::run_command_line_runtime_with_config;