Skip to main content

run

Function run 

Source
pub fn run() -> Result<(), CliError>
Expand description

Parse CLI arguments, initialize logging, and dispatch to the appropriate command handler.

This is the single entry point called by seshat-bin/main.rs.