pub fn render(policy: &Policy) -> Result<RenderedOutput>Expand description
Render the .github/copilot-instructions.md output for the given policy.
ยงErrors
Returns Error::Render if the template fails to compile or render.
pub fn render(policy: &Policy) -> Result<RenderedOutput>Render the .github/copilot-instructions.md output for the given policy.
Returns Error::Render if the template fails to compile or render.