FS#76975 - [pulumi] Add fish shell completion

Attached to Project: Community Packages
Opened by Daenney (daenney) - Sunday, 01 January 2023, 15:37 GMT
Last edited by Robin Candau (Antiz) - Monday, 04 September 2023, 23:07 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Robin Candau (Antiz)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The current pulumi package installs the Bash and ZSH completion, but not the fish completion.

The following snippet should be all that needs to be added to the PKGBUILD:
<code>
install -D -m 644 \
<("${pkgdir}/usr/bin/${pkgname}" gen-completion fish) \
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
</code>
This task depends upon

Closed by  Robin Candau (Antiz)
Monday, 04 September 2023, 23:07 GMT
Reason for closing:  Implemented
Additional comments about closing:  Implemented in v0.38.0-1: https://gitlab.archlinux.org/archlinux/p ackaging/packages/pulumi/-/commit/95ffce 1b04e9a81e7c45e10715c303fb3e4a4d96

Loading...