Skip to content

Commit

Permalink
Remove -entries_json argument
Browse files Browse the repository at this point in the history
  • Loading branch information
valleyofdoom committed Jun 27, 2024
1 parent 068ff3a commit d8ea31a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/apply-registry.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
param(
[string]$get_option_keys,
[int]$windows_build,
[switch]$entries_json,
[switch]$build_docs
)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d8ea31a

Please sign in to comment.