Skip to main content

execute_command

Function execute_command 

Source
pub fn execute_command(
    cmd: &Command,
    args: Vec<String>,
    process: &dyn ProcessExec,
    notifier: &dyn Notifier,
    prompter: &mut dyn Prompter,
    eval_predicate: &dyn Fn(&str, &Context) -> bool,
) -> Result<RunReport, RunnerError>
Expand description

Execute a KryptCommand as a step sequence.