MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / build_common_parser

Function build_common_parser

scripts/developer-guide/summarize_reports.py:263–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261
262
263def build_common_parser() -> argparse.ArgumentParser:
264 common = argparse.ArgumentParser(add_help=False)
265 common.add_argument(
266 "--output",
267 type=Path,
268 default=None,
269 help="File to append GitHub Actions outputs to (defaults to stdout).",
270 )
271 return common
272
273
274def parse_args() -> argparse.Namespace:

Callers 1

parse_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected