We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5005f1d commit f3b7e4aCopy full SHA for f3b7e4a
entries-tagger.ps1
@@ -128,6 +128,9 @@ $brew = Traverse-Tree $brew $false
128
# Output the rubbish
129
130
$outPath = $Path -replace '\.json$', '_TAGGED.json'
131
+# If you get bugs on the below for some reason, delete it and replace it with:
132
+# $brew | ConvertTo-Json -Depth 99 | Out-File $outPath -Encoding utf8
133
+# All you'll be missing is unicode escaping for the en and em dash, and for the minus sign.
134
(
135
[Regex]::Replace(
136
(ConvertTo-Json $brew -Depth 99),
0 commit comments