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,
)
| 1 | """Contains `sharp render` CLI implementation. |
| 2 | |
| 3 | For licensing see accompanying LICENSE file. |
| 4 | Copyright (C) 2025 Apple Inc. All Rights Reserved. |
nothing calls this directly
no outgoing calls
no test coverage detected