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 without wsudo 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.
When
wsudois 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 without
wsudoin the command position using tab completion, then go to the front of the line with<HOME>or<ctrl-a>(in EMACS mode) and insertwsudo.Thanks for this all your work in this tool. It is the best pseudo sudo I have found thus far.