Skip to main content

run_commands

Function run_commands 

Source
pub fn run_commands(config: &LoopConfig, commands: &[DirCommand]) -> Result<()>
Expand description

Execute a list of commands (each with its own directory) This is the unified execution engine for plugins. Applies include/exclude filters from config before executing.