FS#75820 - python-black miss completion script for blackd (bash/zsh/fish)

Attached to Project: Community Packages
Opened by Wu Zhenyu (Freed) - Tuesday, 06 September 2022, 06:03 GMT
Last edited by Daniel M. Capella (polyzen) - Tuesday, 06 September 2022, 06:29 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: python-black has a binary program named blackd which also has completion of bash/zsh/fish. Like the following:

```shell
_BLACKD_COMPLETE=zsh_source blackd |sudo tee /usr/share/zsh/site-functions/_blackd
```
This task depends upon

Closed by  Daniel M. Capella (polyzen)
Tuesday, 06 September 2022, 06:29 GMT
Reason for closing:  Fixed
Additional comments about closing:  https://github.com/archlinux/svntogit-co mmunity/commit/f144fdb245c393dda74883be3 dd165b675a03310
Comment by Toolybird (Toolybird) - Tuesday, 06 September 2022, 06:09 GMT
This could be a problem. Did you see the PM's comment about blackd here [1]?

[1] https://bugs.archlinux.org/task/75705#comment210615
Comment by Daniel M. Capella (polyzen) - Tuesday, 06 September 2022, 06:19 GMT
I see the problem now, I used _BLACK_COMPLETE as opposed to _BLACKD_COMPLETE.

Loading...