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
This can be implemented by introducing always_no similarly to the already existing always_yes which could be triggered via a --no flag, in which case one would need to prevent its interactions with --no.
Currently only the
y
case and dry-run can be tested with--yes
and--dry-run
respectively.There's no way to test the
n
case as briefly discussed in #3450.We must be able to test all interactive cases of the CLI.
The text was updated successfully, but these errors were encountered: