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
It seems limiting that when a CommandNotFound is determined by Shell this ultimately will fail to match with any ResultHandlers and we'll just error out.
I think it would be really helpful if users could define their own CommandNotFoundResultHandler to match on these misses and allow for some default action. I think we have all the machinery to do this now, but
privatefinalList<String> words;
has no getter.. so I am thinking we just expose this?
The text was updated successfully, but these errors were encountered:
nhomble
added a commit
to nhomble/spring-shell
that referenced
this issue
Dec 18, 2019
It seems limiting that when a
CommandNotFound
is determined byShell
this ultimately will fail to match with anyResultHandler
s and we'll just error out.I think it would be really helpful if users could define their own
CommandNotFoundResultHandler
to match on these misses and allow for some default action. I think we have all the machinery to do this now, buthas no getter.. so I am thinking we just expose this?
The text was updated successfully, but these errors were encountered: