diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-19 03:20:19 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-05-19 03:29:47 +1000 |
| commit | e5ec335c14212c2479c201487c358e56a3f14e12 (patch) | |
| tree | 296b4f98038add4c6488a1c457fe9ee05895dd63 /HyperBooru.psd1 | |
| parent | 07cfbfdb92890188cc0bed120acb1fcbf72d34db (diff) | |
Added default table formatters for various API model classes
Diffstat (limited to 'HyperBooru.psd1')
| -rw-r--r-- | HyperBooru.psd1 | 1 |
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' |
