pub fn append_provides_program(
manifest_path: &Path,
program_name: &str,
) -> Result<(), ManifestEditError>Available on crate feature
module only.Expand description
Appends program_name as a new item under provides.programs: in an
.asimov/module.yaml file, leaving every other line byte-identical.