You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
For example, with
yarn start:all --projectPath ../some-project --freshlyCloned
, the value offreshlyCloned
will be undefined, nottrue
. However, withyarn start:all --freshlyCloned --projectPath ../some-project
, the value offreshlyCloned
will be properly set totrue
.The text was updated successfully, but these errors were encountered: