Add extensible CLI commands

This commit is contained in:
Janik Besendorf
2026-07-29 09:40:50 +02:00
parent f483223e23
commit 8685d1afcf
7 changed files with 772 additions and 0 deletions
+5
View File
@@ -82,6 +82,11 @@ Module-running `check-*` commands can load custom Python modules with
[development documentation](https://docs.mvt.re/en/latest/development/) for
details.
Users can also add top-level commands to `mvt-ios` and `mvt-android` from
installed Python packages or local files and folders. See the
[custom CLI command documentation](https://docs.mvt.re/en/latest/custom_commands/)
for the plugin entry points and `--load-command` interface.
## License