Revert "Parameter + Function $ListPath"

This reverts commit 1a257a0b94.
pull/169/head
KnifMelti 2022-09-18 04:38:16 +02:00
parent 1fc9589998
commit 34303c1a3a
2 changed files with 0 additions and 7 deletions

View File

@ -58,7 +58,6 @@ Run WAU on metered connection. Default No.
param(
[Parameter(Mandatory = $False)] [Alias('S')] [Switch] $Silent = $false,
[Parameter(Mandatory = $False)] [Alias('Path')] [String] $WingetUpdatePath = "$env:ProgramData\Winget-AutoUpdate",
[Parameter(Mandatory = $False)] [Alias('List')] [String] $ListPath = $WingetUpdatePath,
[Parameter(Mandatory = $False)] [Switch] $DoNotUpdate = $false,
[Parameter(Mandatory = $False)] [Switch] $DisableWAUAutoUpdate = $false,
[Parameter(Mandatory = $False)] [Switch] $RunOnMetered = $false,

View File

@ -1,6 +0,0 @@
#Function to check Black/White List
function Test-ListPath ($ListPath, $UseWhiteList) {
}