MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _wants_help

Function _wants_help

uncommon_route/cli.py:303–304  ·  view source on GitHub ↗
(args: list[str])

Source from the content-addressed store, hash-verified

301
302
303def _wants_help(args: list[str]) -> bool:
304 return any(arg in {"-h", "--help"} for arg in args)
305
306
307def _detect_rc_path() -> tuple[str, Path]:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected