Module

cli._run

chirp run— development server command.

Resolves an import string to a chirp App and starts the pounce dev server with optional host/port overrides.

Functions

run_server 1 None
Start the chirp development server. Resolves ``args.app`` to a chirp App, then…
def run_server(args: argparse.Namespace) -> None

Start the chirp development server.

Resolvesargs.appto a chirp App, then delegates to run_dev_server()with the resolved app and CLI overrides for host/port. The original import string is forwarded as app_pathso pounce can reimport on reload.

Parameters
Name Type Description
args argparse.Namespace