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
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