1 2 3 4 5 6
use crate::error::McpzipError; pub fn run_init() -> Result<(), McpzipError> { eprintln!("Init wizard not yet implemented."); Ok(()) }