.gitignore
.gitlint
.pre-commit-config.yaml
.readthedocs.yaml
.yamllint.yaml
CITATION.cff
LICENSE
README.md
flake.lock
flake.nix
pyproject.toml
requirements.txt
setup.py
.github/FUNDING.yml
.github/workflows/main.yml
docs/conf.py
docs/index.md
docs/requirements.txt
docs/api/external.md
docs/api/help2man.md
docs/api/ui.md
docs/resources/install.md
docs/resources/man.md
requirements/dev.txt
scripts/generate-api.md.pl
sdist/_help2man
sdist/help2man
sdist/help2man.1
src/help2man/__init__.py
src/help2man/__main__.py
src/help2man/_version.py
src/help2man/py.typed
src/help2man.egg-info/PKG-INFO
src/help2man.egg-info/SOURCES.txt
src/help2man.egg-info/dependency_links.txt
src/help2man.egg-info/entry_points.txt
src/help2man.egg-info/requires.txt
src/help2man.egg-info/top_level.txt
src/help2man/assets/jinja2/template.man.j2
src/help2man/assets/jinja2/template.md.j2
src/help2man/assets/txt/description.txt
src/help2man/assets/txt/epilog.txt
src/help2man/assets/txt/version.txt
src/help2man/external/__init__.py
src/help2man/external/__main__.py
src/help2man/external/shtab/__init__.py
src/help2man/external/shtab/__main__.py
src/help2man/ui/__init__.py
src/help2man/ui/cli.py
templates/class.txt
templates/def.txt
templates/epilog.txt
templates/noarg.txt
templates/version.txt
tests/__init___test.py
tests/cmd_test.py
tests/txt/options.txt
tests/txt/test.man
tests/txt/usage.txt