fn render_strate_table_ratatui(
runtime_rows: &[RuntimeStrateRow],
config_rows: &[ConfigStrateRow],
config_source: &str,
) -> Result<bool, ShellError>Expand description
Performs the render strate table ratatui operation.
fn render_strate_table_ratatui(
runtime_rows: &[RuntimeStrateRow],
config_rows: &[ConfigStrateRow],
config_source: &str,
) -> Result<bool, ShellError>Performs the render strate table ratatui operation.