Skip to main content

run_cli

Function run_cli 

Source
pub async fn run_cli() -> Result<()>
Expand description

Run the CLI — parses args, initializes tracing, dispatches to engine.

This is the single entry point that both the standard tropel binary and custom tropel build binaries call from their fn main().