You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/scripts/verify_docs.sh

12 lines
397 B
Bash

#!/bin/sh
# Tell the script to verify instead of generate files.
export PWNDBG_GEN_DOC_JUST_VERIFY=1
# Run the verifier inside gdb so everything resolves correctly.
uv run --group docs gdb --batch -nx -ix ./gdbinit.py \
-iex "set exception-verbose on" \
-ix ./scripts/_gen_command_docs.py \
-ix ./scripts/_gen_configuration_docs.py \
-ix ./scripts/_gen_function_docs.py \
-nx