We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b45f9 commit aab85ffCopy full SHA for aab85ff
onnx_array_api/_command_lines_parser.py
@@ -51,7 +51,7 @@ def get_parser_translate() -> ArgumentParser:
51
parser.add_argument(
52
"-a",
53
"--api",
54
- choices=["onnx", "light"],
+ choices=["onnx", "light", "onnx-short", "builder"],
55
default="onnx",
56
help="API to choose, API from onnx package or light API.",
57
)
0 commit comments