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
Just having List<String> as an option type, parser wrongly results its value to be just first element if for example --arg one two is used. We should get list of both values.
Behaviour should be same as with String[] which is working fine.