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 message is confusing in uv sync, because... --clear isn't provided, that's jut the default uv sync behavior.
This may require adding an optional Option<OnExistingSource> enum to the OnExisting type so we can differentiate between OnExisting::Remove(Some(OnExistingSource::ClearFlag)) and OnExisting::Remove(None). We'd also be able to differentiate between OneExistingSource::ClearEnv if we wanted? I'm not sure if this is the best approach, just an option.