MCPcopy Index your code
hub / github.com/pyinvoke/invoke / is_long_flag

Function is_long_flag

invoke/parser/parser.py:26–27  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

24
25
26def is_long_flag(value: str) -> bool:
27 return value.startswith("--")
28
29
30class ParseResult(List["ParserContext"]):

Callers 1

parse_argvMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…