Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update convert.cmd to allow passing multiple arguments #135

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

vegeto079
Copy link

@vegeto079 vegeto079 commented Feb 7, 2024

Fixes #134

Original code "%~1" only passes the first argument, while %* passes all.

This helps when passing multiple arguments, ie --output

@cheahjs cheahjs merged commit 923cf8f into cheahjs:main Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When running via Windows convert.cmd, arguments are not passed to python
3 participants