Ensure consistent width in manual generation

This commit is contained in:
Andrew 2024-04-14 14:05:22 +12:00 committed by andrews05
parent ea5f0bb731
commit 8161b628dd

View file

@ -2,4 +2,5 @@
cargo build
./target/debug/oxipng -V > MANUAL.txt
./target/debug/oxipng --help >> MANUAL.txt
#Redirect all streams to prevent detection of the terminal width and force an internal default of 100
./target/debug/oxipng --help >> MANUAL.txt 2>/dev/null </dev/null