Moeologist / scoop-completion

scoop tab completion, work with powershell
MIT License
173 stars 12 forks source link

Suggestion: support completion with sudo #16

Closed Lockszmith-GH closed 4 years ago

Lockszmith-GH commented 4 years ago

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 that sudo scoop would work.

Lockszmith-GH commented 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

Moeologist commented 4 years ago

It will be implemented in next version.