Make tool request elevated privileges on-demand

This commit is contained in:
Riyyi
2026-05-03 23:04:34 +02:00
parent 76b83437ac
commit b371c74e9a
5 changed files with 144 additions and 45 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ func Command(name string, args ...string) *exec.Cmd {
return exec.Command(name, args...)
}
func Debug(format string, args ...interface{}) {
func Debug(format string, args ...any) {
if !Verbose {
return
}