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(dev): pass programmatic args to sub process #275

Merged
merged 2 commits into from
Nov 3, 2023
Merged

fix(dev): pass programmatic args to sub process #275

merged 2 commits into from
Nov 3, 2023

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Nov 3, 2023

Resolves #274

Normally process.argv is same as ctx.rawArgs but when using programmatic API, the args can be different (like containing a custom root dir)

@pi0 pi0 merged commit 251cab5 into main Nov 3, 2023
2 checks passed
@pi0 pi0 deleted the fix/dev-args branch November 3, 2023 10:38
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.

runCommand ignores cwd argument on versions after 3.6
1 participant