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
[INTERNAL] Yargs: If an option is provided multiple times, use the last
Before, when specifying an option like "--dest" multiple times lead to
an error. Yargs would automatically create an array, which UI5 Tooling
typically can't handle properly.
This change makes sure that any array created by yargs is transformed
back to a single string, containing the value of the option provided
last.
0 commit comments