docs: module

This commit is contained in:
iff 2024-12-09 16:22:20 +01:00
parent 0f7897b9f1
commit a136a2f5d1

View file

@ -32,7 +32,7 @@ When running your module, you will get the following environment variables:
- `_PR_ERROR_MSG`: Error message from the command - `_PR_ERROR_MSG`: Error message from the command
- `_PR_EXECUTABLES`: A space (` `) separated list of executables in `PATH` - `_PR_EXECUTABLES`: A space (` `) separated list of executables in `PATH`
Your module should return: Your module should print:
- **To `stdout`**: Only suggestions. - **To `stdout`**: Only suggestions.
- At the end of each suggestion, append `<_PR_BR>` so pay-respects knows you are either done or adding another suggestion - At the end of each suggestion, append `<_PR_BR>` so pay-respects knows you are either done or adding another suggestion