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
@@ -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 {