Closed
Description
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.