# `diagnostic.check-docs` This module serves as a command-line interface, making it easy to check that all error messages in a project are documented in the `docs_index` page. ## Usage ```{argparse} :module: diagnostic._check_docs :func: _get_parser :prog: python -m diagnostic.check-docs ```