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 is because the options parser is quite primitive. This option and -y are both scanned for before the main command parsing and then left as part of the argument list to be misentirpreted by the later command parsers. Should be a relatively easy fix to remove those arguments as they are found.
Running
multirust default stable --verbose
produces this output:multirust default --verbose stable
ormultirust --verbose default stable
doesn't work either.The text was updated successfully, but these errors were encountered: