We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17355b commit 2fc16aeCopy full SHA for 2fc16ae
doc/formats.jq
@@ -60,8 +60,8 @@ def formats_table:
60
, .uses
61
];
62
[ ""
63
- , (.[0] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth))
64
- , (.[1] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth))
+ , (.[0] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth | [., .+20] | max))
+ , (.[1] | . as $rc | $rc.string | rpad(" "; $rc.maxwidth | [., .+20] | max))
65
, .[2].string
66
, ""
67
] | join("|")
0 commit comments