Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
def
_wants_help(args: list[str]) -> bool:
304
return
any(arg in {
"-h"
,
"--help"
}
for
arg in args)
305
306
307
def
_detect_rc_path() -> tuple[str, Path]:
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected