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
d2ac1430b8
Show aliases in command help and docs ( #2960 )
...
* print aliases with command help
* show alias in docs; singular if there is only one alias
* autogen docs
* remove dot from alias line
* autogen docs
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>
8 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
8 months ago
k4lizen
7f4a602cfd
Implement autogenerating docs ( #2846 )
...
* make category a mandatory argument for commands
* cleanup doc generating script, add option to verify, allow handwritten edits
* regenerated docs
* lint
* add verification to ci
* add gdb to docs ci
* run verification from uv?
* run pwndbg xd
* fixup! regenerated docs
* fixup! regenerated docs
* what?
* test
* ensure consistent doc generation by fixing term width
* change marker text a bit
* index generation
* update comment on usage
8 months ago
Niko
561169d97c
Add new docs theme with commands documentation. ( #1999 )
2 years ago