pub fn parse_manifest(
manifest_path: &Path,
) -> Result<ParseResult, SkillfileError>Expand description
Parse a Skillfile manifest from the given path.
pub fn parse_manifest(
manifest_path: &Path,
) -> Result<ParseResult, SkillfileError>Parse a Skillfile manifest from the given path.