Open
Description
Use case: sporadically, when something breaks in my WSL, I need to do a one-time as-root run to do some fixes etc. This currently requires running wsldl config --default-user root
, doing the fix and then switching back to my regular user.
It would be convenient if wsldl run
had a --user
flag to temporarily select a different user for a single session.