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 d60119c commit 43d9f41Copy full SHA for 43d9f41
crytic_compile/__main__.py
@@ -52,7 +52,7 @@ def parse_args() -> argparse.Namespace:
52
parser.add_argument(
53
"--export-format",
54
help=f"""Export json with non crytic-compile format
55
- (default None. Accepted: ({", ".join([key for key in PLATFORMS_EXPORT.keys()])})""",
+ (default None. Accepted: ({", ".join(list(PLATFORMS_EXPORT))})""",
56
action="store",
57
dest="export_format",
58
default=None,
0 commit comments