Skip to content

Commit 6fea81b

Browse files
committed
Adjust width
1 parent 10a38a8 commit 6fea81b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/cli.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ write_to_file() {
1717

1818
# We need to add the header and the backticks to create the code block.
1919
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"
2023
}
2124

2225
CMD=./target/release/lighthouse

0 commit comments

Comments
 (0)