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
Hi @Amerousful thank you for creating the issue. It seems like yargs handles input differently:
If you have a parameter like --test and add multiple ones, it automatically creates an array: --test 1 --test 2 becomes test: [1,2].
But if the key is like this: --a.test 1 --a.test 2 becomes a: { test: 2}.
For now I updated the documentation to recommend using a configuration file instead and then when I get the time I can check if I can make a PR to yargs.
Uh oh!
There was an error while loading. Please reload this page.
Have you read the documentation?
URL
https://imm-5257-form.com/
What are you trying to accomplish
Hello. I found an issue where only the latter passed value is accepted for flag
--scriptInput.visualElements
Sitespeed verison:
35.7.5-plus1
What browser did you use?
Chrome
How to reproduce
Nutshell:
Full command:
Log output
The text was updated successfully, but these errors were encountered: