Skip to main content

Module tools

Module tools 

Source

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 send command implementation.

Structs§

ExportArgs
GenerateArgs
GetSendArgs
ImportArgs
ReceiveArgs
bw receive <url>. Field-identical to send::SendReceiveArgs (bw send receive) — the two are the same command reachable under two names, and both delegate to receive::run_receive.

Functions§

normalize_separator 🔒
Map CLI-level separator input (“space”, “empty”, or a string) to the single character the generator expects.