From d8ea31a33735ecc80e4f46189aabaf25d448cfdf Mon Sep 17 00:00:00 2001 From: valleyofdoom <173058957+valleyofdoom@users.noreply.github.com> Date: Thu, 27 Jun 2024 22:20:15 +0100 Subject: [PATCH] Remove -entries_json argument --- bin/apply-registry.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/apply-registry.ps1 b/bin/apply-registry.ps1 index c55df50..f67813d 100644 --- a/bin/apply-registry.ps1 +++ b/bin/apply-registry.ps1 @@ -1,7 +1,6 @@ param( [string]$get_option_keys, [int]$windows_build, - [switch]$entries_json, [switch]$build_docs ) @@ -645,11 +644,6 @@ function ConvertTo-TitleCase($string) { function main() { Set-Location $PSScriptRoot - if ($entries_json) { - Write-Host ($entries | ConvertTo-Json -Depth 100 -Compress) - return 0 - } - if ($build_docs) { # an ordered hashmap must be used to preserve the order of config options $options = New-Object System.Collections.Specialized.OrderedDictionary