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
Currently, the DialogHelper always wait for an interaction, even when the input is not interactive.This means that the --no-interaction flag will disable the interaction entirely only if all command developers are taking care to always check the input before using it.
It would be better if the helper itself could take care of this.