pub async fn run_line(
runtime: Arc<dyn FrontendRuntime>,
) -> Result<FrontendExit, FrontendAppError>Expand description
Generic human line frontend for TUI-disabled and non-TTY attachments. It consumes the same typed runtime contract and never dumps opaque JSON.