engine icon indicating copy to clipboard operation
engine copied to clipboard

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

Open Zombiefruit opened this issue 3 years ago • 0 comments

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 avatar May 09 '21 10:05 Zombiefruit