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
When wsudo is in the command position PowerShell's command and argument completion are not understood by the shell.
It would be a great quality-of-life improvement for tab completion to work for the commands passed to wsudo.
The workaround is to initially write the command withoutwsudo in the command position using tab completion, then go to the front of the line with <HOME> or <ctrl-a> (in EMACS mode) and insert wsudo.
Thanks for this all your work in this tool. It is the best pseudo sudo I have found thus far.