Jan Ziak

Results 2 comments of Jan Ziak

The code: printf("usage: ./gameboy [bootrom=%d] [speed_limit=%d] [debug=%d] [stdout=%d]\n", BOOTROM, gl_debug, limit_speed, serial); has gl_debug and limit_speed in the wrong position.

Hi. I encountered this issue when running `inxi --output json --output-file ...` as a cron job. Adding `--tty` resolved the issue.