Skip to main content

run

Function run 

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

Executes the SubX CLI application with the production configuration.

Backward-compatible shim returning crate::Result<()>. Prefer run_with_config (which returns a RunOutcome) for new integrations that need the resolved OutputMode.