MCPcopy Create free account
hub / github.com/apple/ml-sharp / render_cli

Route render_cli

src/sharp/cli/render.py:None–None  ·  view source on GitHub ↗
click.option(
    "-i",
    "--input-path",
    type=click.Path(exists=True, path_type=Path),
    help="Path to the ply or a list of plys.",
    required=True,
)

Source from the content-addressed store, hash-verified

1"""Contains `sharp render` CLI implementation.
2
3For licensing see accompanying LICENSE file.
4Copyright (C) 2025 Apple Inc. All Rights Reserved.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected