pull/93/head
Yhtyyar Sahatov 2022-09-12 17:29:24 +03:00
rodzic 4c62d2a4bc
commit a7d5240078
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -384,7 +384,7 @@ def generate_argument_parser() -> argparse.ArgumentParser:
generate_brownie_parser.add_argument(
"--prod",
action="store_true",
help="Generate shippable python interface, in which abi and bytecode will be included inside generated file",
help="Generate shippable python interface, in which abi and bytecode will be included inside the generated file",
)
generate_brownie_parser.set_defaults(func=handle_brownie_generate)