httk.core.docs.cli

The httk docs command-line adapter over the documentation library.

Functions

build_parser(→ argparse.ArgumentParser)

Build the httk docs parser with a project-directory default.

command(→ int)

Handle the registered top-level docs command.

Module Contents

httk.core.docs.cli.build_parser(program: str, project_dir: pathlib.Path) argparse.ArgumentParser[source]

Build the httk docs parser 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 docs command.