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
According to "current" document, it seems to take multiple values separated by spaces when specifying arity.
However, with version 2.1.4, it only takes multiple values if it is separated by comma.
Thanks pointing this out! Now that I tried it myself it's indeed caused not-so-great handling of position parameters vs. parsing option type, vs. type conversions.
We really need to revisit this area so that it works properly.
According to "current" document, it seems to take multiple values separated by spaces when specifying arity.
However, with version 2.1.4, it only takes multiple values if it is separated by comma.
Examples are gone on the 2.1.4 documentation. (https://docs.spring.io/spring-shell/docs/2.1.4/site/reference/htmlsingle/#using-shell-options-arity)
Is it expected behavior that it does not allow to get multiple values separated by spaces?
I guess this commit(7042d1f) impacts on this behavor.
The text was updated successfully, but these errors were encountered: