Skip to main content

dispatch_edit

Function dispatch_edit 

Source
async fn dispatch_edit(
    user: &PasswordManagerClient,
    args: SendEditArgs,
    json: Option<SendView>,
) -> Result<CommandOutput>
Expand description

Run bw send edit, either merging a full-object SendView (json) into the existing server row or applying the individual CLI-flag overrides. The JSON input, when present, has already been resolved and parsed in SendArgs::run.