Skip to main content

Module cli

Module cli 

Source
Expand description

CLI module for PPTX tool

Re-exports§

pub use commands::CreateCommand;
pub use commands::FromHtmlCommand;
pub use commands::FromMarkdownCommand;
pub use commands::InfoCommand;
pub use commands::ValidateCommand;
pub use markdown::parse_markdown;
pub use parser::Cli;
pub use parser::Commands;
pub use parser::ExportFormat;
pub use syntax::generate_highlighted_code_xml;
pub use syntax::highlight_code;

Modules§

commands
CLI commands implementation
markdown
Markdown to PowerPoint conversion
parser
Command-line argument parser using clap
syntax
Syntax highlighting for code blocks