Add extensible CLI commands (#853)

* Add extensible CLI commands

* Handle plugin SystemExit failures
This commit is contained in:
besendorf
2026-08-05 23:30:28 +02:00
committed by GitHub
parent 93b7fb5232
commit 067f053627
7 changed files with 809 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