diff --git a/options.xhtml b/options.xhtml index 69882a89e..0784e3e4b 100644 --- a/options.xhtml +++ b/options.xhtml @@ -40092,7 +40092,7 @@ boolean
The jq package to use.
Type: -package
+null or packageDefault:
pkgs.jq
The colors used in colored JSON output.
See the Colors section +
The colors used in colored JSON output, or null to use the defaults.
See the Colors section of the jq manual.
Type: -submodule
+null or (submodule) -Default:
{
- arrays = "1;37";
- false = "0;37";
- null = "1;30";
- numbers = "0;37";
- objectKeys = "1;34";
- objects = "1;37";
- strings = "0;32";
- true = "0;37";
-}
-
+Default:
+null
Example:
{
null = "1;30";