httk.core.docs.cli¶
The httk docs command-line adapter over the documentation library.
Functions¶
|
Build the |
|
Handle the registered top-level |
Module Contents¶
- httk.core.docs.cli.build_parser(program: str, project_dir: pathlib.Path) argparse.ArgumentParser[source]¶
Build the
httk docsparser with a project-directory default.
- httk.core.docs.cli.command(argv: collections.abc.Sequence[str], context: httk.core.cli_context.CLIContext) int[source]¶
Handle the registered top-level
docscommand.