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

Boolean runtime arguments are not parsed when passed last in the list #774

Open
Zombiefruit opened this issue May 9, 2021 · 0 comments
Open
Assignees

Comments

@Zombiefruit
Copy link
Contributor

For example, with yarn start:all --projectPath ../some-project --freshlyCloned, the value of freshlyCloned will be undefined, not true. However, with yarn start:all --freshlyCloned --projectPath ../some-project, the value of freshlyCloned will be properly set to true.

@Zombiefruit Zombiefruit changed the title Boolean runtime arguments are not parsed when last Boolean runtime arguments are not parsed when passed last in the list May 9, 2021
@thehulke thehulke self-assigned this May 22, 2022
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

No branches or pull requests

3 participants