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 -y disables any helpful advices, but example usages of
curl-based rustup installation frequently include -y (unfortunately).
Since -y is not a silent flag but a yes-to-all flag, we can always display
advices instead and (on Windows) only pause unless -y is given.
0 commit comments