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
Prior to v3.1.0 the spring-shell parser would accept "-" as the value of a shell option. This was a convenient way to indicate that the shell method should stream over inputs from STDIN and worked up through v3.0.10. Many unix commands support a similar syntax.
eg: shell:>foo --bar -
The text was updated successfully, but these errors were encountered:
It would be a good idea to add new functionality to parser so that it could be configured to accept single/double dash as end of options. Then remaining stuff would go into positional arguments(which user can then process manually). Is this something you're after?
Prior to v3.1.0 the spring-shell parser would accept "-" as the value of a shell option. This was a convenient way to indicate that the shell method should stream over inputs from STDIN and worked up through v3.0.10. Many unix commands support a similar syntax.
eg: shell:>foo --bar -
The text was updated successfully, but these errors were encountered: