Closed
Description
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.