Merge pull request #246214 from marsam/git-lfs-completions

git-lfs: install completions
This commit is contained in:
Mario Rodas 2023-08-03 20:35:14 -05:00 committed by GitHub
commit 19c2aae41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,10 @@ buildGoModule rec {
postInstall = ''
installManPage man/man*/*
installShellCompletion --cmd git-lfs \
--bash <($out/bin/git-lfs completion bash) \
--fish <($out/bin/git-lfs completion fish) \
--zsh <($out/bin/git-lfs completion zsh)
'';
passthru.tests.version = testers.testVersion {