Skip to content

Commit

Permalink
Merge pull request #135 from vegeto079/issue/134-convert-cmd-args
Browse files Browse the repository at this point in the history
fix: Update convert.cmd to allow passing multiple arguments
  • Loading branch information
cheahjs committed Feb 21, 2024
2 parents c42fc4b + e1af05b commit 923cf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convenience_tools/convert.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for %%A in (python3 python py) do (
echo Found Python at %%A
echo Python version:
%%A --version
%%A convert.py "%~1"
%%A convert.py %*
goto :Found
)
)
Expand Down

0 comments on commit 923cf8f

Please sign in to comment.