pub fn parse_skill_content(
content: &str,
path: &Path,
source: SkillSource,
enabled: bool,
) -> Result<SkillInstructions>Expand description
Parses skill content from a string.
pub fn parse_skill_content(
content: &str,
path: &Path,
source: SkillSource,
enabled: bool,
) -> Result<SkillInstructions>Parses skill content from a string.