Re-exports§
pub use send::SendArgs;
Modules§
- file_
output 🔒 - Shared helpers for writing command output to files.
- receive 🔒
bw receive/bw send receive— access a Bitwarden Send from a url.- send 🔒
bw sendcommand implementation.
Structs§
- Export
Args - Generate
Args - GetSend
Args - Import
Args - Receive
Args bw receive <url>. Field-identical tosend::SendReceiveArgs(bw send receive) — the two are the same command reachable under two names, and both delegate toreceive::run_receive.
Functions§
- normalize_
separator 🔒 - Map CLI-level separator input (“space”, “empty”, or a string) to the single character the generator expects.