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: regression for handling whitespaces in args #70

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

P403n1x87
Copy link
Owner

@P403n1x87 P403n1x87 commented Oct 20, 2024

We fix a regression for the handling of whitespaces in command arguments. According to the documentation for spawn, the arguments don't need to be enquoted beforehand, and doing so actually breaks the support for whitespaces.

Fixes #42 #62 #64

We fix a regression for the handling of whitespaces in command
arguments. According to the documentation for `spawn`, the arguments
don't need to be enquoted beforehand, and doing so actually breaks the
support for whitespaces.
@P403n1x87 P403n1x87 merged commit e972db0 into main Oct 20, 2024
0 of 3 checks passed
@P403n1x87 P403n1x87 deleted the fix/spaces-in-args branch October 20, 2024 18:25
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.

Space in path problem
1 participant