Usually --help returns non 0 exit code. This fails to format. Workaround like ````bash mdox-gen-exec="sh -c 'bingo --help || exit 0'"` works but it's ugly. Wonder if we can improve the experience somehow.