Expand description
CLI subcommand handlers. Each function handles one clap subcommand (provider, tunnel, password, snippet, add, import, sync, logs, theme, vault sign) and runs outside the TUI in a non-interactive terminal context.
Functions§
- handle_
import - handle_
logs_ command - handle_
password_ command - Resolve the current on-disk mtime of a host’s Vault SSH certificate.
- handle_
provider_ command - handle_
quick_ add - handle_
snippet_ command - handle_
sync - handle_
theme_ command - handle_
tunnel_ command - handle_
vault_ sign_ command - prompt_
hidden_ input - Read a line of input with echo disabled. Returns None if the user presses Esc.
- run_
whats_ new - select_
proton_ askpass - Pick the askpass value that drives a single Proton Pass pre-flight call for
a batch of hosts. Returns
Some(value)if any host uses aproton:source (per-host override OR the global default), preferring the firstproton:value by position in the slice before falling back to the default. ReturnsNonewhen no host in the batch uses Proton Pass.