mod vault_tui¶
- module vault_tui¶
Functions
- fn run(config: VaultTuiConfig) -> anyhow::Result<()>¶
- fn run_scripted(terminal: &mut Terminal<ratatui::backend::TestBackend>, config: VaultTuiConfig, tokens: &[crate::scripted::ScriptToken]) -> anyhow::Result<String>¶
Drives the vault manager
Appthrough a pre-parsed key script against an in-memoryTestBackend, returning the final rendered frame as text.The vault TUI has no background worker thread (all vault operations are synchronous), so
<wait-idle>is a no-op single poll here; it is supported for script portability with the generator wizard’s scripts.
Structs and Unions