Markdown outline and section reader CLI for agent workflows
Dependencies
pub(all) enum CliCommand {
Toc(String)
Section(String, String)
ParseOutput(ToolOutput)
} derive(Eq, ToJson, Debug)fn render_section(markdown : String, file_path : String, query : String) -> String?Markdown outline and section reader CLI for agent workflows
Dependencies