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
Thanks for pointing this out. It wasn't implemented when parser infra went through complete overhaul.
I'm just thinking that when we add support for this should we be explicit which formats are supported, --arg value vs. --arg=value. It might be convenient to allow user to choose either or both.
Thanks for the response @jvalkeal . For me specially, this is not a blocking/urgent bug, but figured it was worth mentioning in case other users do the same migration
jvalkeal
changed the title
Parameter arg=value format no longer works. "Unrecognised option" error
Support arg=value format with options
Jan 20, 2024
Hello,
I recently upgraded from spring-shell 2.7.5 to 3.2.0, and found that arguments of the form "arg=value" are no longer accepted.
Is this a regression, or was it intended?
Sample code:
shell:> test --foo=bar
Expected:
Actual:
The text was updated successfully, but these errors were encountered: