docs: meta-conf
All checks were successful
build-image / create-empty-commit (push) Successful in 6s
checks / build (push) Successful in 1m22s

This commit is contained in:
张泊明518370910136 2024-09-26 03:45:59 -04:00
parent 6af7be6cb1
commit 7ce4d29d0e
GPG Key ID: D47306D7062CDA9D

View File

@ -90,6 +90,10 @@ Check the `Result` at <https://github.com/criyle/go-judge#rest-api-interface>.
## Binaries (under `/cmd` and `/pkg`) ## Binaries (under `/cmd` and `/pkg`)
### JOJ3
JOJ3 itself. Currently support CLI argument `-meta-conf` to specify the meta configuration file path. JOJ3 will try to match the commit message by the `regex`, once matched, the configuration file in the `filename` will be load and run the whole process.
### Sample ### Sample
Just a sample on how to write an executable that can be called by the executor. Just a sample on how to write an executable that can be called by the executor.