httk.serve.web.cli¶
The httk serve web command: serve, validate, and list static widgets.
Classes¶
The minimal root-command context consumed by |
Functions¶
|
Build the public |
|
Dispatch the command registered by |
Uvicorn reload factory configured by the process-level reload dispatcher. |
Module Contents¶
- class httk.serve.web.cli.CLIContextLike[source]¶
Bases:
ProtocolThe minimal root-command context consumed by
command().- property cwd: pathlib.Path[source]¶
- httk.serve.web.cli.build_parser(program: str) argparse.ArgumentParser[source]¶
Build the public
httk serve webargument parser.
- httk.serve.web.cli.command(argv: collections.abc.Sequence[str], context: CLIContextLike) int[source]¶
Dispatch the command registered by
httk.registry.cli.serve.