Merge pull request #188320 from anthonyroussel/jira-cli-go

jira-cli-go: build manpages
This commit is contained in:
Mario Rodas 2022-08-27 21:18:46 -05:00 committed by GitHub
commit 51849134ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,12 +33,15 @@ buildGoModule rec {
installShellCompletion --cmd jira \
--bash <($out/bin/jira completion bash) \
--zsh <($out/bin/jira completion zsh)
$out/bin/jira man --generate --output man
installManPage man/*
'';
meta = with lib; {
description = "Feature-rich interactive Jira command line";
homepage = "https://github.com/ankitpokhrel/jira-cli";
license = licenses.mit;
maintainers = with maintainers; [ bryanasdev000 ];
maintainers = with maintainers; [ bryanasdev000 anthonyroussel ];
};
}