click.option(
"-i",
"--input-path",
type=click.Path(path_type=Path, exists=True),
help="Path to an image or containing a list of images.",
required=True,
)
| 1 | """Contains `sharp predict` 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