pub async fn run_with_backend(backend: Backend) -> Result<()>
Launch the TUI with a pre-constructed Backend.
Backend
Used by --weixin mode where the backend is created before the TUI starts so the WeChat channel can be wired up.
--weixin