Skip to content

Commit

Permalink
Adjust width
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Mar 11, 2024
1 parent 10a38a8 commit 6fea81b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ write_to_file() {

# We need to add the header and the backticks to create the code block.
printf "# %s\n\n\`\`\`\n%s\n\`\`\`" "$program" "$cmd" > "$file"

# Adjust the width of the help text and append to the end of file
sed -i -e '$a\'$'\n''<style> .content main {max-width:88%;} </style>' "$file"
}

CMD=./target/release/lighthouse
Expand Down

0 comments on commit 6fea81b

Please sign in to comment.