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
Starting from 3.3.xNonInteractiveShellRunner is only active runner on default. While it was always possible to disable InteractiveShellRunner to get into this behaviour, NonInteractiveShellRunner doesn't really do anything if no arguments were given.
Traditionally just running app as is i.e. prints main help. Saying NonInteractiveShellRunner doesn't do anything is a bit wrong as it's not even chosen if there's no arguments. Should think where to handle this case and how?
Might be a role for ShellApplicationRunner to handle this.
The text was updated successfully, but these errors were encountered:
Starting from
3.3.x
NonInteractiveShellRunner
is only active runner on default. While it was always possible to disableInteractiveShellRunner
to get into this behaviour,NonInteractiveShellRunner
doesn't really do anything if no arguments were given.Traditionally just running app as is i.e. prints main help. Saying
NonInteractiveShellRunner
doesn't do anything is a bit wrong as it's not even chosen if there's no arguments. Should think where to handle this case and how?Might be a role for
ShellApplicationRunner
to handle this.The text was updated successfully, but these errors were encountered: