INNER CODE UNIT · Python

main

wasm3/wasm3 · extra/check.py:140

def main():
    parser = argparse.ArgumentParser(
        description="Run the CI sequence against one local build.",
        formatter_class=argparse.RawDescriptionHelpFormatter,
        epilog="stages, in order:\n"
        + "".join(f"  {name:<12}{what}\n" for name, what, _ in STAGES),
    )
    parser.add_argument(
        "stages",
        nargs="*",
        metavar="<stage>",
        help=f"one or more of: {', '.join(NAMES)}",
    )
    parser.add_argument(
        "--build-dir",
        metavar="<dir>",
        default="build",
        help="build tree to configure and use",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…