mirror of https://github.com/pwndbg/pwndbg.git
fix doc scripts after new gdbinit loading (#2975)
parent
da297308b6
commit
02335839dd
@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Run the generator inside gdb so everything resolves correctly.
|
||||
uv run --group docs gdb --batch -nx --ex "source ./gdbinit.py" \
|
||||
--ex "set exception-verbose on" \
|
||||
--ex "source ./scripts/_gen_command_docs.py" \
|
||||
--ex "source ./scripts/_gen_configuration_docs.py" \
|
||||
--ex "source ./scripts/_gen_function_docs.py" \
|
||||
--quiet
|
||||
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
|
||||
|
||||
Loading…
Reference in new issue