Skip to content

Commit

Permalink
feat: set --output-client=False by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Mar 27, 2024
1 parent f4d1e8c commit 438d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puya/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main() -> None:
parser.add_argument(
"--output-client",
action=argparse.BooleanOptionalAction,
default=True,
default=False,
help="Output algopy contract client for typed ARC4 ABI calls",
)
parser.add_argument(
Expand Down

0 comments on commit 438d815

Please sign in to comment.