Skip to content

Commit

Permalink
Set aggressive as the default mode as we have for now just a few conv…
Browse files Browse the repository at this point in the history
…erters
  • Loading branch information
msaelices committed Sep 13, 2023
1 parent ff05178 commit 2b5a8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py2mojo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def main(argv: Sequence[str] | None = None) -> int:
'--mode',
help='Level of how aggressive is the conversion',
choices=['conservative', 'aggressive'],
default='conservative',
default='aggressive',
type=str,
)
args = parser.parse_args(argv)
Expand Down

0 comments on commit 2b5a8a5

Please sign in to comment.