Skip to main content

write_agents_file

Function write_agents_file 

Source
pub fn write_agents_file(
    path: &Path,
    agent_pack: Option<&AgentPack>,
    agent_pack_dir: Option<&Path>,
    command_hints: Option<&CommandHints>,
) -> Result<(), Report>