(args: list[str])
| 1272 | |
| 1273 | |
| 1274 | def _cmd_provider(args: list[str]) -> None: |
| 1275 | from uncommon_route.providers import cmd_provider |
| 1276 | cmd_provider(args) |
| 1277 | |
| 1278 | |
| 1279 | def _print_routing_config(payload: dict[str, object], *, as_json: bool = False) -> None: |
nothing calls this directly
no test coverage detected