pub fn run(
path: &Utf8Path,
max_count: usize,
order: SortOrder,
vault: Arc<KeyVault>,
) -> Result<()>Expand description
Run the void-graph application.
Opens the repository at path with a pre-loaded vault, loads commits,
and starts the TUI. The vault is constructed by the CLI caller which
handles identity loading and PIN prompting.