Skip to content

Commit bf68cc1

Browse files
authored
Refactor zsh completion script and deprecate -e in pwn asm (#2689)
* refactor: optimize completion script And deprecate an interface * chore: update changelog * refactor: full patch of zsh comp script * fix: add missing message in output * fix: a typo and a missing help * feat: allow -l to match multiple arguments * feat: optimize completion logic 1. move all complicated functions in front of pwn() 2. add file completion for libcdb subcommands 3. add completion for pwn errno
1 parent 0304039 commit bf68cc1

4 files changed

Lines changed: 212 additions & 79 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ The table below shows which release corresponds to each branch, and what date th
126126
- [#2706][2706] doc: Update `run_in_new_terminal` docstring with new overrides
127127
- [#2704][2704] ssh: Fix distro lookup on Ubuntu 24.04
128128
- [#2655][2655] Add `context.debugger` to select which debugger to use
129+
- [#2689][2689] Refactor zsh completion script and deprecate `-e` in `pwn asm`
129130
- [#2713][2713] Remove python-dateutil dependency
130131
- [#2720][2720] ssh: resolve PermissionError on Windows during SFTP upload
131132

132-
[2677]: https://github.com/Gallopsled/pwntools/pull/2677
133133
[2675]: https://github.com/Gallopsled/pwntools/pull/2675
134134
[2652]: https://github.com/Gallopsled/pwntools/pull/2652
135135
[2638]: https://github.com/Gallopsled/pwntools/pull/2638
@@ -179,6 +179,8 @@ The table below shows which release corresponds to each branch, and what date th
179179
[2686]: https://github.com/Gallopsled/pwntools/pull/2686
180180
[2704]: https://github.com/Gallopsled/pwntools/pull/2704
181181
[2655]: https://github.com/Gallopsled/pwntools/pull/2655
182+
[2677]: https://github.com/Gallopsled/pwntools/pull/2677
183+
[2689]: https://github.com/Gallopsled/pwntools/pull/2689
182184
[2713]: https://github.com/Gallopsled/pwntools/pull/2713
183185
[2720]: https://github.com/Gallopsled/pwntools/pull/2720
184186

0 commit comments

Comments
 (0)