Ensure consistent width in manual generation
This commit is contained in:
parent
ea5f0bb731
commit
8161b628dd
1 changed files with 2 additions and 1 deletions
|
|
@ -2,4 +2,5 @@
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
./target/debug/oxipng -V > MANUAL.txt
|
./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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue