Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#75705 - [python-black] black and blackd missing completion script for bash/zsh/fish
Attached to Project:
Community Packages
Opened by Wu Zhenyu (Freed) - Friday, 26 August 2022, 18:43 GMT
Last edited by Daniel M. Capella (polyzen) - Saturday, 27 August 2022, 20:28 GMT
Opened by Wu Zhenyu (Freed) - Friday, 26 August 2022, 18:43 GMT
Last edited by Daniel M. Capella (polyzen) - Saturday, 27 August 2022, 20:28 GMT
|
DetailsDescription:
python-black ``` _BLACK_COMPLETE=zsh_source black > /usr/share/zsh/site-functions/_black _BLACKD_COMPLETE=zsh_source blackd > /usr/share/zsh/site-functions/_blackd ``` And bash/fish, too. Additional info: * package version(s) * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: |
This task depends upon
Closed by Daniel M. Capella (polyzen)
Saturday, 27 August 2022, 20:28 GMT
Reason for closing: Implemented
Additional comments about closing: https://github.com/archlinux/svntogit-co mmunity/commit/fd74c3c42c4e1583369b83373 7eef40c77067823
Saturday, 27 August 2022, 20:28 GMT
Reason for closing: Implemented
Additional comments about closing: https://github.com/archlinux/svntogit-co mmunity/commit/fd74c3c42c4e1583369b83373 7eef40c77067823
Could you please enlighten me where this method of generating shell completions is documented? Is the same technique used in some other Arch pkgs?