FS#76500 - [python-pudb] add shell completions

Attached to Project: Community Packages
Opened by Wu Zhenyu (Freed) - Wednesday, 09 November 2022, 16:22 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:09 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

```sh
pudb --print-completion zsh | sudo tee /usr/share/zsh/site-functions/_pudb
```

bash/zsh/tcsh as < https://docs.iterative.ai/shtab/use >
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:09 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/python-pudb/issues/2
Comment by Wu Zhenyu (Freed) - Monday, 21 November 2022, 07:01 GMT
Refer <https://github.com/archlinux/svntogit-community/blob/packages/trash-cli/trunk/PKGBUILD#L31-L34>

Loading...