Skip to main content

skills_show

Function skills_show 

Source
pub fn skills_show(
    manifest_path: &Path,
    name: &str,
    include_bundled: bool,
) -> Result<String, String>
Expand description

Look up a single skill by name and return its full body, prefixed with a header line showing the name and provenance. Returns Err if the skill is not present in the resolved set.