k4lizen
cb2ae6753a
Show differences in debuggers in the documentation ( #2996 )
...
* cleanly handle parameter differences
* cleanly handle command differences
* cleanly handle function differences
* add note about supported debuggers for commands and parameters
* reduce h1 bottom margin
* make it more obvious we only support functions in gdb
* autogen docs
* fixup buddydump
* uppercase debugger name in supported debuggers message
* update docs
7 months ago
k4lizen
eb917d9093
Debugger agnostic documentation generation ( #2981 )
...
* move towards debugger agnostic doc gen; extract commands properly
* reorg .sh files
* rename verify env var
* rename bash scripts so they use - instead of _
* debugger agnostic command generation
* debugger agnostic configuration generation
* debugger agnostic convenience function documentation
* autogen docs
* lint and update lint rule
* exit properly
* add explanation for doc gen design
* minimize the json files
* indent extract-all-docs
* update names in github workflow
* setup lldb in CI
* fix dash in new cmd doc
7 months ago
k4lizen
eac203cf10
Visually spruce up command/function docs ( #2959 )
...
* visually spruce up docs a bit
* autogen docs
7 months ago
k4lizen
d19367083f
Add examples= and notes= parameters to pwndbg Commands ( #2957 )
...
* add support for examples and notes
* port epilog usage to 'examples'
* enforce example/note location
* generate notes, examples and epilog in the docs
* disable search highlight
* autogen docs
* cleanup a bit
7 months ago
k4lizen
9d17272d14
Fix default parameter value handling ( #2938 )
...
* replace ArgparsedCommand mentions
* show parameter defaults properly
* generate docs
* remove internationalization
reviewdog doesn't see the function :(, also everything else is in english
* Update docs/commands/context/contextoutput.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* weather -> whether
---------
Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
k4lizen
afc2c83342
Remove shell commands and cleanup command parsing ( #2919 )
...
* cleanup the command parsing
* fix tests
* remove shell commands, refactor command logic
* update docs
* fix tests
* cleanup
* refactor alias logic
* fixup the rebase
* enforce consistent formatting
7 months ago
k4lizen
c5d0edefe5
Enforce - (instead of _) in command names ( #2857 )
...
* enforce - (instead of _) in command names
* update docs
* delete old docs
* lint
* fix tests
8 months ago