def _cli()

in src/functions_framework/_cli.py [0:0]


def _cli(target, source, signature_type, host, port, debug):
    app = create_app(target, source, signature_type)
    create_server(app, debug).run(host, port)