A command line tool for automatically generating .md markdown files from Click-based CLI commands. Based on a fork, version 0.0.1 with weekly releases and Python >=3.8 support.
pip install md-click-2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate markdown docs for a Click CLI.
Update imports and instantiate MdClick with source_file and output_dir.
Use `from md_click import MdClick`.
Use `source_file='/path/to/your/cli.py'`.
No dependency data recorded yet.