From 0258fd5cf35eba955ef12986d8f728eee87ba9a2 Mon Sep 17 00:00:00 2001 From: Michael Crawford Date: Thu, 29 Aug 2024 11:44:03 -0400 Subject: [PATCH] Update docs for builtin standards --- docsrc/cli.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docsrc/cli.rst b/docsrc/cli.rst index be222004..923b59da 100644 --- a/docsrc/cli.rst +++ b/docsrc/cli.rst @@ -88,7 +88,13 @@ Option Meaning * ``luacheckrc`` - globals allowed in Luacheck configs, by default added for files ending with ``.luacheckrc``; * ``ldoc`` - globals allowed in LDoc config, by default added for files named ``config.ld``; * ``sile`` - globals allowed in The SILE Typesetter and its package ecosystem; + * ``redis5`` - globals available in `redis lua ` v5, including standard Lua 5.1 globals; + * ``redis6`` - globals available in redis lua v6, including standard Lua 5.1 globals; + * ``redis7`` - globals available in redis lua v7, including standard Lua 5.1 globals; + * ``redis_scripting`` - globals added by redis scripting; + * ``redis_functions`` - globals added by redis functions; * ``none`` - no standard globals. + See :ref:`stds` ``--globals [] ...`` Add custom global variables or fields on top of standard ones. See :ref:`fields`