aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conform.txt')
-rw-r--r--doc/conform.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 9542f63..854cfab 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -62,6 +62,10 @@ OPTIONS *conform-option
end,
-- Exit codes that indicate success (default {0})
exit_codes = { 0, 1 },
+ -- Environment variables. This can also be a function that returns a table.
+ env = {
+ VAR = "value",
+ },
},
-- These can also be a function that returns the formatter
other_formatter = function()