Skip to main content

mdxify.cli

CLI interface for mdxify.

Functions

remove_excluded_files

remove_excluded_files(output_dir: Path, exclude_patterns: list[str], extension: str = 'mdx') -> int
Remove existing MDX files for excluded modules. Returns the number of files removed.

main

main()

Classes

SimpleProgressBar

A simple progress bar using only built-in Python. Methods:

update

update(self, n: int = 1)
Update progress by n steps.

finish

finish(self)
Mark progress as complete.
I