.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
whitelist.txt
.github/workflows/check.yml
roots/test-basic/conf.py
roots/test-basic/index.rst
roots/test-basic/parser.py
roots/test-complex/conf.py
roots/test-complex/index.rst
roots/test-complex/parser.py
roots/test-group-title-empty-prefixes/conf.py
roots/test-group-title-empty-prefixes/index.rst
roots/test-group-title-empty-prefixes/parser.py
roots/test-group-title-prefix-custom/conf.py
roots/test-group-title-prefix-custom/index.rst
roots/test-group-title-prefix-custom/parser.py
roots/test-group-title-prefix-custom-subcommands/conf.py
roots/test-group-title-prefix-custom-subcommands/index.rst
roots/test-group-title-prefix-custom-subcommands/parser.py
roots/test-group-title-prefix-default/conf.py
roots/test-group-title-prefix-default/index.rst
roots/test-group-title-prefix-default/parser.py
roots/test-group-title-prefix-empty/conf.py
roots/test-group-title-prefix-empty/index.rst
roots/test-group-title-prefix-empty/parser.py
roots/test-group-title-prefix-empty-subcommands/conf.py
roots/test-group-title-prefix-empty-subcommands/index.rst
roots/test-group-title-prefix-empty-subcommands/parser.py
roots/test-group-title-prefix-prog-replacement/conf.py
roots/test-group-title-prefix-prog-replacement/index.rst
roots/test-group-title-prefix-prog-replacement/parser.py
roots/test-group-title-prefix-subcommand-replacement/conf.py
roots/test-group-title-prefix-subcommand-replacement/index.rst
roots/test-group-title-prefix-subcommand-replacement/parser.py
roots/test-prog/conf.py
roots/test-prog/index.rst
roots/test-prog/parser.py
roots/test-ref/conf.py
roots/test-ref/index.rst
roots/test-ref/parser.py
roots/test-ref-duplicate-label/cli.rst
roots/test-ref-duplicate-label/conf.py
roots/test-ref-duplicate-label/index.rst
roots/test-ref-duplicate-label/parser.py
roots/test-ref-prefix-doc/conf.py
roots/test-ref-prefix-doc/index.rst
roots/test-ref-prefix-doc/parser.py
roots/test-title-empty/conf.py
roots/test-title-empty/index.rst
roots/test-title-empty/parser.py
roots/test-title-set/conf.py
roots/test-title-set/index.rst
roots/test-title-set/parser.py
src/sphinx_argparse_cli/__init__.py
src/sphinx_argparse_cli/_logic.py
src/sphinx_argparse_cli/py.typed
src/sphinx_argparse_cli/version.py
src/sphinx_argparse_cli.egg-info/PKG-INFO
src/sphinx_argparse_cli.egg-info/SOURCES.txt
src/sphinx_argparse_cli.egg-info/dependency_links.txt
src/sphinx_argparse_cli.egg-info/requires.txt
src/sphinx_argparse_cli.egg-info/top_level.txt
src/sphinx_argparse_cli.egg-info/zip-safe
tests/complex.txt
tests/conftest.py
tests/test_logic.py
tests/test_sphinx_argparse_cli.py