Skip to main content

build_command

Function build_command 

Source
pub fn build_command(spec: &SkillInstallSpec) -> Option<(String, Vec<String>)>
Expand description

Build the command line for a single spec (no spawn). Used by dry-run + tests.

Returns None when the spec lacks the field its kind needs (e.g. a brew spec without formula) — the provisioner skips such specs.