Skip to content

Commit aab85ff

Browse files
authored
fix parser options (#99)
1 parent a8b45f9 commit aab85ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_array_api/_command_lines_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_parser_translate() -> ArgumentParser:
5151
parser.add_argument(
5252
"-a",
5353
"--api",
54-
choices=["onnx", "light"],
54+
choices=["onnx", "light", "onnx-short", "builder"],
5555
default="onnx",
5656
help="API to choose, API from onnx package or light API.",
5757
)

0 commit comments

Comments
 (0)