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/allow exec with muliple params #14

Merged
merged 4 commits into from
Oct 10, 2024

Conversation

Maaaartin
Copy link
Owner

Fixes #13
the parameters passed to execFile form exec methods need to be a string array. cmd parameter for exec methods is therefore string | string[].

@jwlilly
Copy link

jwlilly commented Oct 7, 2024

@Maaaartin This seems to be working in my project. I deleted my patch, used your new version, and my commands worked as expected.

@Maaaartin Maaaartin merged commit ff3a3a2 into master Oct 10, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't call Client.exec with multiple parameters like "forward --list"
2 participants