From 5cd560a3902271e1b15339460d1e78f7f006d91e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Jul 2023 22:56:46 +0000 Subject: Update website --- manual/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual/index.html b/manual/index.html index e044d591..ee71389b 100644 --- a/manual/index.html +++ b/manual/index.html @@ -7701,9 +7701,10 @@ escape sequences like "1;31", in this order:

  • color for strings
  • color for arrays
  • color for objects
  • +
  • color for object keys
  • The default color scheme is the same as setting -"JQ_COLORS=1;30:0;37:0;37:0;37:0;32:1;37:1;37".

    +JQ_COLORS="1;30:0;37:0;37:0;37:0;32:1;37:1;37:1;34".

    This is not a manual for VT100/ANSI escapes. However, each of these color specifications should consist of two numbers separated by a semi-colon, where the first number is one of these:

    -- cgit v1.2.3