Add custom module loading (#816)

This commit is contained in:
besendorf
2026-07-01 12:33:38 +02:00
committed by GitHub
parent 638937e838
commit 2689176c0e
18 changed files with 793 additions and 10 deletions
+5
View File
@@ -60,6 +60,11 @@ For alternative installation options and known issues, please refer to the [docu
MVT provides two commands `mvt-ios` and `mvt-android`. [Check out the documentation to learn how to use them!](https://docs.mvt.re/)
Module-running `check-*` commands can load custom Python modules with
`--load-module PATH` or from a folder set in `MVT_CUSTOM_MODULES`. See the
[development documentation](https://docs.mvt.re/en/latest/development/) for
details.
## License