We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518068b commit 04405b4Copy full SHA for 04405b4
1 file changed
src/zxbc/args_parser.py
@@ -86,7 +86,7 @@ def parser() -> argparse.ArgumentParser:
86
"-f",
87
"--output-format",
88
type=str,
89
- choices=FileType,
+ choices=[str(x) for x in FileType],
90
required=False,
91
help="Output format",
92
)
0 commit comments