pub async fn run_tui(
commands: UnboundedReceiver<InlineCommand>,
events: UnboundedSender<InlineEvent>,
options: TuiOptions,
) -> Result<()>pub async fn run_tui(
commands: UnboundedReceiver<InlineCommand>,
events: UnboundedSender<InlineEvent>,
options: TuiOptions,
) -> Result<()>