We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a38a8 commit 6fea81bCopy full SHA for 6fea81b
scripts/cli.sh
@@ -17,6 +17,9 @@ write_to_file() {
17
18
# We need to add the header and the backticks to create the code block.
19
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"
20
+
21
+ # Adjust the width of the help text and append to the end of file
22
+ sed -i -e '$a\'$'\n''<style> .content main {max-width:88%;} </style>' "$file"
23
}
24
25
CMD=./target/release/lighthouse
0 commit comments