summaryrefslogtreecommitdiff
path: root/HyperBooru.psd1
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-05-19 03:20:19 +1000
committerJake Mannens <jake@asger.xyz>2026-05-19 03:29:47 +1000
commite5ec335c14212c2479c201487c358e56a3f14e12 (patch)
tree296b4f98038add4c6488a1c457fe9ee05895dd63 /HyperBooru.psd1
parent07cfbfdb92890188cc0bed120acb1fcbf72d34db (diff)
Added default table formatters for various API model classes
Diffstat (limited to 'HyperBooru.psd1')
-rw-r--r--HyperBooru.psd11
1 files changed, 1 insertions, 0 deletions
diff --git a/HyperBooru.psd1 b/HyperBooru.psd1
index 63ac453..cfcc9e7 100644
--- a/HyperBooru.psd1
+++ b/HyperBooru.psd1
@@ -11,6 +11,7 @@
ProcessorArchitecture = 'MSIL'
FunctionsToExport = '*'
VariablesToExport = '*'
+ FormatsToProcess = 'HyperBooru.format.ps1xml'
PrivateData = @{
PSData = @{
LicenseUri = 'https://www.gnu.org/licenses/gpl-3.0.en.html'