Closed Lockszmith-GH closed 4 years ago
Adding background, in case you don't use the sudo
command.
Install it with scoop install sudo
.
I actually install it as a --global
package.
The way I use it with scoop is for --global
installation, which require elevation, for example:
sudo scoop install --global git
It will be implemented in next version.
Currently if the scoop command is prefixed with the
sudo
command, the completion breaks. I wonder if it would be possible to modify completion so thatsudo scoop
would work.