Versions in this module Expand all Collapse all v0 v0.0.3 Jul 21, 2025 v0.0.2 Jul 20, 2025 Changes in this version + func ExtractMarkdownContent(content []byte) (string, error) + func ParseCommand(fs util.FileSystem, path string) (*model.Command, error) + func ParseCommandFromContent(path string, contentBytes []byte) (*model.Command, error) + func ParseCommands(fs util.FileSystem, dir string) ([]model.Command, error) + func ParseMarkdownFile(fs util.FileSystem, path string) (string, error)